summaryrefslogtreecommitdiff
path: root/src/class_linker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/class_linker.h')
-rw-r--r--src/class_linker.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/class_linker.h b/src/class_linker.h
index 6e13aa7d2c..1f233b0c8e 100644
--- a/src/class_linker.h
+++ b/src/class_linker.h
@@ -18,6 +18,8 @@
#include "gtest/gtest.h"
+class ClassLoader;
+
namespace art {
class ClassLinker {
@@ -192,8 +194,7 @@ class ClassLinker {
void LoadMethod(const DexFile& dex_file,
const DexFile::Method& dex_method,
Class* klass,
- Method* dst,
- bool is_direct);
+ Method* dst);
Class* LookupClass(const StringPiece& descriptor, const ClassLoader* class_loader);