diff options
Diffstat (limited to 'runtime/mirror/class-alloc-inl.h')
-rw-r--r-- | runtime/mirror/class-alloc-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/mirror/class-alloc-inl.h b/runtime/mirror/class-alloc-inl.h index ed3967b798..d1dd5db448 100644 --- a/runtime/mirror/class-alloc-inl.h +++ b/runtime/mirror/class-alloc-inl.h @@ -24,7 +24,7 @@ #include "object-inl.h" #include "runtime.h" -namespace art { +namespace art HIDDEN { namespace mirror { inline void Class::CheckObjectAlloc() { |