diff options
Diffstat (limited to 'runtime/mirror/dex_cache.cc')
-rw-r--r-- | runtime/mirror/dex_cache.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/mirror/dex_cache.cc b/runtime/mirror/dex_cache.cc index 3b887668a3..b981f08d97 100644 --- a/runtime/mirror/dex_cache.cc +++ b/runtime/mirror/dex_cache.cc @@ -33,7 +33,7 @@ #include "thread.h" #include "write_barrier.h" -namespace art { +namespace art HIDDEN { namespace mirror { // Whether to allocate full dex cache arrays during startup. Currently disabled |