From 01862f6b40c0f8fbc0123f1ac5140a406c268251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 10 Nov 2020 13:42:50 +0100 Subject: destructor and copy assignment operator --- labb4/Junk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'labb4/Junk.h') diff --git a/labb4/Junk.h b/labb4/Junk.h index e8c028f..30659ab 100644 --- a/labb4/Junk.h +++ b/labb4/Junk.h @@ -13,6 +13,7 @@ class Junk : public Robot { public: Junk(); Junk(Robot c); + ~Junk() {} /* * Draws this junk onto the given QGraphicsScene. -- cgit v1.2.1