diff options
Diffstat (limited to 'runtime/class_root.cc')
-rw-r--r-- | runtime/class_root.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/class_root.cc b/runtime/class_root.cc index 6a6fd26ecd..f0eb7611c8 100644 --- a/runtime/class_root.cc +++ b/runtime/class_root.cc @@ -18,7 +18,7 @@ #include "base/logging.h" -namespace art { +namespace art HIDDEN { const char* GetClassRootDescriptor(ClassRoot class_root) { static const char* const class_roots_descriptors[] = { |