diff options
Diffstat (limited to 'compiler/compiler.h')
-rw-r--r-- | compiler/compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/compiler.h b/compiler/compiler.h index fcd3434e68..01ca46efd3 100644 --- a/compiler/compiler.h +++ b/compiler/compiler.h @@ -89,7 +89,7 @@ class Compiler { const DexFile& dex_file); protected: - explicit Compiler(CompilerDriver* driver, uint64_t warning) : + Compiler(CompilerDriver* driver, uint64_t warning) : driver_(driver), maximum_compilation_time_before_warning_(warning) { } |