summaryrefslogtreecommitdiff
path: root/src/core/smallstack_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/smallstack_type.hpp')
-rw-r--r--src/core/smallstack_type.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/smallstack_type.hpp b/src/core/smallstack_type.hpp
index 06b5aaafa..b053c32a8 100644
--- a/src/core/smallstack_type.hpp
+++ b/src/core/smallstack_type.hpp
@@ -106,6 +106,7 @@ struct SmallStackItem {
*/
inline SmallStackItem(const Titem &value, Tindex next) :
next(next), value(value) {}
+ SmallStackItem() = default;
};
/**