diff options
Diffstat (limited to 'runtime/reflection.h')
-rw-r--r-- | runtime/reflection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/reflection.h b/runtime/reflection.h index f2652fd4b6..2da291757c 100644 --- a/runtime/reflection.h +++ b/runtime/reflection.h @@ -24,8 +24,8 @@ namespace art { namespace mirror { - class Class; - class Object; +class Class; +class Object; } // namespace mirror class ArtField; class ArtMethod; |