diff options
Diffstat (limited to 'runtime/mirror/array-alloc-inl.h')
-rw-r--r-- | runtime/mirror/array-alloc-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/mirror/array-alloc-inl.h b/runtime/mirror/array-alloc-inl.h index 32840d4b78..b905fd1727 100644 --- a/runtime/mirror/array-alloc-inl.h +++ b/runtime/mirror/array-alloc-inl.h @@ -30,7 +30,7 @@ #include "obj_ptr-inl.h" #include "runtime.h" -namespace art { +namespace art HIDDEN { namespace mirror { static inline size_t ComputeArraySize(int32_t component_count, size_t component_size_shift) { |