commit | 93ba893c20532990a430741e0a97212900094e8c | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Wed Jul 17 21:31:49 2013 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Wed Jul 17 21:46:12 2013 -0700 |
tree | 019990a1957562c1f573c77297df5923cce98f47 | |
parent | b1eba213afaf7fa6445de863ddc9680ab99762ea [diff] [blame] |
Fix cpplint runtime/explicit issues Change-Id: I352ba0b427f1ff9b22887693952b180eae0839ba
diff --git a/compiler/driver/dex_compilation_unit.h b/compiler/driver/dex_compilation_unit.h index 53efd12..facc9cb 100644 --- a/compiler/driver/dex_compilation_unit.h +++ b/compiler/driver/dex_compilation_unit.h
@@ -32,7 +32,7 @@ class DexCompilationUnit { public: - DexCompilationUnit(CompilationUnit* cu); + explicit DexCompilationUnit(CompilationUnit* cu); DexCompilationUnit(CompilationUnit* cu, jobject class_loader, ClassLinker* class_linker, const DexFile& dex_file, const DexFile::CodeItem* code_item,