diff options
Diffstat (limited to 'src/jdwp/jdwp.h')
-rw-r--r-- | src/jdwp/jdwp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jdwp/jdwp.h b/src/jdwp/jdwp.h index 54e5cc7..3186006 100644 --- a/src/jdwp/jdwp.h +++ b/src/jdwp/jdwp.h @@ -31,7 +31,7 @@ struct iovec; namespace art { -class Method; +class AbstractMethod; class Thread; namespace JDWP { |