commit | 4681c809ba35d50fab92c592ce8d2c7f8b2731f7 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sun Sep 25 18:04:37 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Sun Sep 25 18:04:37 2011 -0700 |
tree | 218759bc9564bdbaa49d1be89d257ecddd3a8a14 | |
parent | 54643083afd5b99f4d52a32b4030aec0db8d0e2f [diff] [blame] |
Various things. Change-Id: I6911c995d7635b95e6dc6b9112bf4e1adf85e830
diff --git a/src/object.h b/src/object.h index e94671b..2ceafbd 100644 --- a/src/object.h +++ b/src/object.h
@@ -1600,7 +1600,7 @@ kDumpClassInitialized = (1 << 2), }; - void DumpClass(std::ostream& os, int flags); + void DumpClass(std::ostream& os, int flags) const; DexCache* GetDexCache() const;