diff options
Diffstat (limited to 'runtime/stack_reference.h')
-rw-r--r-- | runtime/stack_reference.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stack_reference.h b/runtime/stack_reference.h index 3d37b764be..1bfcb92055 100644 --- a/runtime/stack_reference.h +++ b/runtime/stack_reference.h @@ -20,7 +20,7 @@ #include "base/macros.h" #include "mirror/object_reference.h" -namespace art { +namespace art HIDDEN { // A reference from the shadow stack to a MirrorType object within the Java heap. template<class MirrorType> |