summaryrefslogtreecommitdiff
path: root/core/templates/oa_hash_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/templates/oa_hash_map.h')
-rw-r--r--core/templates/oa_hash_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/oa_hash_map.h b/core/templates/oa_hash_map.h
index d9d632b4ce..49551ffc2d 100644
--- a/core/templates/oa_hash_map.h
+++ b/core/templates/oa_hash_map.h
@@ -190,7 +190,7 @@ public:
_FORCE_INLINE_ uint32_t get_capacity() const { return capacity; }
_FORCE_INLINE_ uint32_t get_num_elements() const { return num_elements; }
- bool empty() const {
+ bool is_empty() const {
return num_elements == 0;
}