diff options
Diffstat (limited to 'runtime/art_method-alloc-inl.h')
-rw-r--r-- | runtime/art_method-alloc-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/art_method-alloc-inl.h b/runtime/art_method-alloc-inl.h index 13051b156e..f91063c2d3 100644 --- a/runtime/art_method-alloc-inl.h +++ b/runtime/art_method-alloc-inl.h @@ -23,7 +23,7 @@ #include "handle_scope.h" #include "mirror/class-alloc-inl.h" -namespace art { +namespace art HIDDEN { namespace detail { |