summaryrefslogtreecommitdiff
path: root/src/compiler/dex/frontend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/dex/frontend.h')
-rw-r--r--src/compiler/dex/frontend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/dex/frontend.h b/src/compiler/dex/frontend.h
index f3e38c2246..4e65d12e50 100644
--- a/src/compiler/dex/frontend.h
+++ b/src/compiler/dex/frontend.h
@@ -141,7 +141,7 @@ void ReplaceSpecialChars(std::string& str);
} // namespace art
-extern "C" art::CompiledMethod* ArtCompileMethod(art::Compiler& compiler,
+extern "C" art::CompiledMethod* ArtCompileMethod(art::CompilerDriver& driver,
const art::DexFile::CodeItem* code_item,
uint32_t access_flags,
art::InvokeType invoke_type,