summaryrefslogtreecommitdiffstats
path: root/runtime/dex_method_iterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/dex_method_iterator.h')
-rw-r--r--runtime/dex_method_iterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/dex_method_iterator.h b/runtime/dex_method_iterator.h
index cb71cb5..e915d77 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),