aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/deep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deep.h b/src/deep.h
index d919f64..8896698 100644
--- a/src/deep.h
+++ b/src/deep.h
@@ -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