diff options
Diffstat (limited to 'runtime/mirror/dex_cache.h')
-rw-r--r-- | runtime/mirror/dex_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/mirror/dex_cache.h b/runtime/mirror/dex_cache.h index fd3f5f44b8..9c0f09ba21 100644 --- a/runtime/mirror/dex_cache.h +++ b/runtime/mirror/dex_cache.h @@ -172,7 +172,7 @@ class MANAGED DexCache : public Object { ObjectArray<String>* strings_; uint32_t dex_file_; - friend struct art::DexCacheOffsets; // for verifying offset information + friend struct art::DexCacheOffsets; // for verifying offset information DISALLOW_IMPLICIT_CONSTRUCTORS(DexCache); }; |