summaryrefslogtreecommitdiffstats
path: root/labb4/Junk.h
diff options
context:
space:
mode:
Diffstat (limited to 'labb4/Junk.h')
-rw-r--r--labb4/Junk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/labb4/Junk.h b/labb4/Junk.h
index 8e3c357..2483233 100644
--- a/labb4/Junk.h
+++ b/labb4/Junk.h
@@ -13,7 +13,7 @@ class Junk : public Robot {
public:
Junk();
Junk(Robot c);
- ~Junk() {}
+ ~Junk() = default;
/*
* Draws this junk onto the given QGraphicsScene.