summaryrefslogtreecommitdiff
path: root/libs/hwui/utils/LinearAllocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/utils/LinearAllocator.h')
-rw-r--r--libs/hwui/utils/LinearAllocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/utils/LinearAllocator.h b/libs/hwui/utils/LinearAllocator.h
index b401fcf58f76..9c4a1be4b269 100644
--- a/libs/hwui/utils/LinearAllocator.h
+++ b/libs/hwui/utils/LinearAllocator.h
@@ -168,7 +168,7 @@ public:
};
// enable allocators to be constructed from other templated types
template <class U>
- LinearStdAllocator(const LinearStdAllocator<U>& other) // NOLINT(implicit)
+ LinearStdAllocator(const LinearStdAllocator<U>& other) // NOLINT(google-explicit-constructor)
: linearAllocator(other.linearAllocator) {}
T* allocate(size_t num, const void* = 0) {