diff options
Diffstat (limited to 'week11/Exercise08/Link.h')
| -rw-r--r-- | week11/Exercise08/Link.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/week11/Exercise08/Link.h b/week11/Exercise08/Link.h index 4acb312..4ad3f6c 100644 --- a/week11/Exercise08/Link.h +++ b/week11/Exercise08/Link.h @@ -9,7 +9,7 @@ class Link : public Message { public: Link(); - virtual ~Link() override; + ~Link(); Link(const Link& other); Link& operator=(const Link& other); Link(Link&& other); |
