diff options
Diffstat (limited to 'runtime/oat/stack_map.cc')
-rw-r--r-- | runtime/oat/stack_map.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat/stack_map.cc b/runtime/oat/stack_map.cc index 2c311fb85e..abef5cdad9 100644 --- a/runtime/oat/stack_map.cc +++ b/runtime/oat/stack_map.cc @@ -25,7 +25,7 @@ #include "oat_quick_method_header.h" #include "scoped_thread_state_change-inl.h" -namespace art { +namespace art HIDDEN { // The callback is used to inform the caller about memory bounds of the bit-tables. template<typename DecodeCallback> |