diff options
Diffstat (limited to 'runtime/verify_object.h')
-rw-r--r-- | runtime/verify_object.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/verify_object.h b/runtime/verify_object.h index e4c01d0f78..5c665b34c4 100644 --- a/runtime/verify_object.h +++ b/runtime/verify_object.h @@ -25,8 +25,8 @@ namespace art { namespace mirror { - class Class; - class Object; +class Class; +class Object; } // namespace mirror // How we want to sanity check the heap's correctness. |