summaryrefslogtreecommitdiff
path: root/src/expr/attribute_internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/attribute_internals.h')
-rw-r--r--src/expr/attribute_internals.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/expr/attribute_internals.h b/src/expr/attribute_internals.h
index 0ae2cdc22..4ac89afec 100644
--- a/src/expr/attribute_internals.h
+++ b/src/expr/attribute_internals.h
@@ -341,6 +341,13 @@ public:
super::erase(nv);
}
+ /**
+ * Clear the hash table.
+ */
+ void clear() {
+ super::clear();
+ }
+
};/* class AttrHash<bool> */
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback