summaryrefslogtreecommitdiffstats
path: root/pacman-c++/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/actor.h')
-rw-r--r--pacman-c++/actor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pacman-c++/actor.h b/pacman-c++/actor.h
index b9e050d..39ccb88 100644
--- a/pacman-c++/actor.h
+++ b/pacman-c++/actor.h
@@ -17,6 +17,8 @@ public:
17 }; 17 };
18 18
19 Actor(Color::Color color, QGraphicsItem *parent = 0); 19 Actor(Color::Color color, QGraphicsItem *parent = 0);
20 virtual ~Actor() {};
21
20 PixmapItem &getIcon(); 22 PixmapItem &getIcon();
21 Color::Color getColor() { return m_color; } 23 Color::Color getColor() { return m_color; }
22 24