diff options
Diffstat (limited to 'runtime/monitor.h')
-rw-r--r-- | runtime/monitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/monitor.h b/runtime/monitor.h index d7aef34e0b..b4c0e6f471 100644 --- a/runtime/monitor.h +++ b/runtime/monitor.h @@ -45,7 +45,7 @@ class Thread; typedef uint32_t MonitorId; namespace mirror { - class Object; +class Object; } // namespace mirror enum class LockReason { |