diff options
author | Brian Carlstrom <bdc@google.com> | 2013-07-17 21:52:25 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-07-17 21:52:25 -0700 |
commit | b267c89acd0fcda0e8e2a9eeaeeed9ee048d1abc (patch) | |
tree | 6c6cdd913669f09eff4c3aa2b820a39ed0f3a937 /compiler/driver | |
parent | 397f477582243bdffed603a73ff5a06ee295d7fb (diff) | |
parent | 93ba893c20532990a430741e0a97212900094e8c (diff) | |
download | art-b267c89acd0fcda0e8e2a9eeaeeed9ee048d1abc.zip art-b267c89acd0fcda0e8e2a9eeaeeed9ee048d1abc.tar.gz art-b267c89acd0fcda0e8e2a9eeaeeed9ee048d1abc.tar.bz2 |
am 93ba893c: Fix cpplint runtime/explicit issues
* commit '93ba893c20532990a430741e0a97212900094e8c':
Fix cpplint runtime/explicit issues
Diffstat (limited to 'compiler/driver')
-rw-r--r-- | compiler/driver/dex_compilation_unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ struct CompilationUnit; 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, |