diff options
Diffstat (limited to 'runtime/class_loader_context.cc')
-rw-r--r-- | runtime/class_loader_context.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/class_loader_context.cc b/runtime/class_loader_context.cc index 81eb11c1d3..988955c098 100644 --- a/runtime/class_loader_context.cc +++ b/runtime/class_loader_context.cc @@ -47,7 +47,7 @@ #include "thread.h" #include "well_known_classes-inl.h" -namespace art { +namespace art HIDDEN { static constexpr char kPathClassLoaderString[] = "PCL"; static constexpr char kDelegateLastClassLoaderString[] = "DLC"; |