diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-11-10 15:33:34 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-11-10 15:33:34 +0100 |
| commit | c3028edebab1d021d2d95a26beea3ccd58a4e28f (patch) | |
| tree | 9a5b5410bf77ff475e4711f6307cb8bac8c1c4c7 /labb4/Unit.h | |
| parent | de4e4f7694bb4ba07f543b214c67b85f0a3f0d49 (diff) | |
| download | tddd86-c3028edebab1d021d2d95a26beea3ccd58a4e28f.tar.gz | |
default destructors
Diffstat (limited to 'labb4/Unit.h')
| -rw-r--r-- | labb4/Unit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/labb4/Unit.h b/labb4/Unit.h index 65e5db0..b092e39 100644 --- a/labb4/Unit.h +++ b/labb4/Unit.h @@ -16,6 +16,7 @@ public: Unit(); Unit(const Unit& u); Unit(const Point& p); + virtual ~Unit() = default; /* * Return Point representation of Unit |
