aboutsummaryrefslogtreecommitdiff
path: root/lout/container.hh
diff options
context:
space:
mode:
Diffstat (limited to 'lout/container.hh')
-rw-r--r--lout/container.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lout/container.hh b/lout/container.hh
index 5bddbe63..70f3d304 100644
--- a/lout/container.hh
+++ b/lout/container.hh
@@ -251,7 +251,7 @@ protected:
{
object::Object *object;
Node *next;
- virtual ~Node() = default;
+ virtual ~Node() {};
};
Node **table;