diff options
Diffstat (limited to 'tools/aapt2/unflatten/BinaryResourceParser.h')
-rw-r--r-- | tools/aapt2/unflatten/BinaryResourceParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/unflatten/BinaryResourceParser.h b/tools/aapt2/unflatten/BinaryResourceParser.h index 02c4081cc0e2..73fcf52d0607 100644 --- a/tools/aapt2/unflatten/BinaryResourceParser.h +++ b/tools/aapt2/unflatten/BinaryResourceParser.h @@ -57,7 +57,7 @@ public: private: // Helper method to retrieve the symbol name for a given table offset specified // as a pointer. - bool getSymbol(const void* data, ResourceNameRef* outSymbol); + Maybe<Reference> getSymbol(const void* data); bool parseTable(const android::ResChunk_header* chunk); bool parseSymbolTable(const android::ResChunk_header* chunk); |