diff options
Diffstat (limited to 'runtime/java_frame_root_info.h')
-rw-r--r-- | runtime/java_frame_root_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/java_frame_root_info.h b/runtime/java_frame_root_info.h index c2b4493814..885000994c 100644 --- a/runtime/java_frame_root_info.h +++ b/runtime/java_frame_root_info.h @@ -24,7 +24,7 @@ #include "base/macros.h" #include "gc_root.h" -namespace art { +namespace art HIDDEN { class StackVisitor; |