diff options
Diffstat (limited to 'runtime/jdwp/object_registry.h')
-rw-r--r-- | runtime/jdwp/object_registry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/jdwp/object_registry.h b/runtime/jdwp/object_registry.h index 8754631e1b..26869b616e 100644 --- a/runtime/jdwp/object_registry.h +++ b/runtime/jdwp/object_registry.h @@ -31,8 +31,8 @@ namespace art { namespace mirror { - class Object; - class Class; +class Object; +class Class; } // namespace mirror struct ObjectRegistryEntry { |