summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libdexfile/dex/class_accessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdexfile/dex/class_accessor.h b/libdexfile/dex/class_accessor.h
index e9c1a82c54..adfc8644fb 100644
--- a/libdexfile/dex/class_accessor.h
+++ b/libdexfile/dex/class_accessor.h
@@ -264,7 +264,7 @@ class ClassAccessor {
};
// Not explicit specifically for range-based loops.
- ALWAYS_INLINE ClassAccessor(const ClassIteratorData& data);
+ ALWAYS_INLINE ClassAccessor(const ClassIteratorData& data); // NOLINT [runtime/explicit] [5]
ALWAYS_INLINE ClassAccessor(const DexFile& dex_file,
const DexFile::ClassDef& class_def,