diff options
Diffstat (limited to 'runtime/dex_file.h')
| -rw-r--r-- | runtime/dex_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/dex_file.h b/runtime/dex_file.h index 108b8d2441..968b37ba86 100644 --- a/runtime/dex_file.h +++ b/runtime/dex_file.h @@ -1157,7 +1157,7 @@ class DexFile { return lookup_table_.get(); } - void CreateTypeLookupTable() const; + void CreateTypeLookupTable(uint8_t* storage = nullptr) const; private: // Opens a .dex file |