diff options
Diffstat (limited to 'runtime/quick_exception_handler.h')
-rw-r--r-- | runtime/quick_exception_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/quick_exception_handler.h b/runtime/quick_exception_handler.h index 9a5f66f9fe..d39c82bea3 100644 --- a/runtime/quick_exception_handler.h +++ b/runtime/quick_exception_handler.h @@ -28,7 +28,7 @@ #include "oat/stack_map.h" #include "stack_reference.h" -namespace art { +namespace art HIDDEN { namespace mirror { class Throwable; |