aboutsummaryrefslogtreecommitdiff
path: root/week10/Exercise08/Moderator.h
diff options
context:
space:
mode:
Diffstat (limited to 'week10/Exercise08/Moderator.h')
-rw-r--r--week10/Exercise08/Moderator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/week10/Exercise08/Moderator.h b/week10/Exercise08/Moderator.h
index 70296a4..2945ae7 100644
--- a/week10/Exercise08/Moderator.h
+++ b/week10/Exercise08/Moderator.h
@@ -10,7 +10,7 @@ protected:
public:
Moderator();
- ~Moderator();
+ virtual ~Moderator();
Moderator(const Moderator& other);
Moderator& operator=(const Moderator& other);
Moderator(Moderator&& other);