diff options
author | 2013-07-17 21:52:25 -0700 | |
---|---|---|
committer | 2013-07-17 21:52:25 -0700 | |
commit | b267c89acd0fcda0e8e2a9eeaeeed9ee048d1abc (patch) | |
tree | 6c6cdd913669f09eff4c3aa2b820a39ed0f3a937 /runtime/dex_method_iterator.h | |
parent | 397f477582243bdffed603a73ff5a06ee295d7fb (diff) | |
parent | 93ba893c20532990a430741e0a97212900094e8c (diff) |
am 93ba893c: Fix cpplint runtime/explicit issues
* commit '93ba893c20532990a430741e0a97212900094e8c':
Fix cpplint runtime/explicit issues
Diffstat (limited to 'runtime/dex_method_iterator.h')
-rw-r--r-- | runtime/dex_method_iterator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/dex_method_iterator.h b/runtime/dex_method_iterator.h index cb71cb5b11..e915d77e6d 100644 --- a/runtime/dex_method_iterator.h +++ b/runtime/dex_method_iterator.h @@ -25,7 +25,7 @@ namespace art { class DexMethodIterator { public: - DexMethodIterator(const std::vector<const DexFile*>& dex_files) + explicit DexMethodIterator(const std::vector<const DexFile*>& dex_files) : dex_files_(dex_files), found_next_(false), dex_file_index_(0), |