diff options
Diffstat (limited to '')
-rw-r--r-- | src/deep.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ class DeepFactory | |||
44 | protected: | 44 | protected: |
45 | // protected non-virtual destructor: Lanes won't manage the Factory's lifetime | 45 | // protected non-virtual destructor: Lanes won't manage the Factory's lifetime |
46 | DeepFactory() = default; | 46 | DeepFactory() = default; |
47 | ~DeepFactory() = default; | 47 | virtual ~DeepFactory() = default; |
48 | 48 | ||
49 | public: | 49 | public: |
50 | // non-copyable, non-movable | 50 | // non-copyable, non-movable |