summaryrefslogtreecommitdiffstats
path: root/labb4/Robot.h
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-11-10 15:33:34 +0100
committerGustav Sörnäs <gustav@sornas.net>2020-11-10 15:33:34 +0100
commitc3028edebab1d021d2d95a26beea3ccd58a4e28f (patch)
tree9a5b5410bf77ff475e4711f6307cb8bac8c1c4c7 /labb4/Robot.h
parentde4e4f7694bb4ba07f543b214c67b85f0a3f0d49 (diff)
downloadtddd86-c3028edebab1d021d2d95a26beea3ccd58a4e28f.tar.gz
default destructors
Diffstat (limited to 'labb4/Robot.h')
-rw-r--r--labb4/Robot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/labb4/Robot.h b/labb4/Robot.h
index 224b742..74ad592 100644
--- a/labb4/Robot.h
+++ b/labb4/Robot.h
@@ -12,7 +12,7 @@
class Robot : public Unit {
public:
Robot();
- virtual ~Robot() {};
+ virtual ~Robot() = default;
virtual void draw(QGraphicsScene* scene) const;
/*