aboutsummaryrefslogtreecommitdiff
path: root/StringType.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2016-09-12 14:58:36 -0700
committerAndreas Huber <andih@google.com>2016-09-13 09:34:47 -0700
commitf9d49f1468bd65595f6f0ae5f4d7300f4e95edf8 (patch)
treea564c0fd4dc616a6d41c5e4e8cac8f8f1fce9c45 /StringType.h
parent3cae52cb0ab70f0aa7276d511dc9c405085d7d53 (diff)
downloadhidl-f9d49f1468bd65595f6f0ae5f4d7300f4e95edf8.tar.gz
[C++ hidl-gen] Fix multi-dimensional arrays, vectors of arrays.
Bug: 31438033 Change-Id: I254e8bfeb8fbf665dd3836825aa271603be6d14c
Diffstat (limited to 'StringType.h')
-rw-r--r--StringType.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/StringType.h b/StringType.h
index 9b7cb04a..9062d90f 100644
--- a/StringType.h
+++ b/StringType.h
@@ -44,6 +44,7 @@ struct StringType : public Type {
void emitReaderWriterEmbedded(
Formatter &out,
+ size_t depth,
const std::string &name,
bool nameIsPointer,
const std::string &parcelObj,