diff options
Diffstat (limited to 'lout')
-rw-r--r-- | lout/container.hh | 2 |
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; |