summaryrefslogtreecommitdiffstats
path: root/pacman-c++/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/block.h')
-rw-r--r--pacman-c++/block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/block.h b/pacman-c++/block.h
index f19b590..25f4f08 100644
--- a/pacman-c++/block.h
+++ b/pacman-c++/block.h
@@ -12,7 +12,7 @@
12class Block 12class Block
13 : public PixmapItem { 13 : public PixmapItem {
14public: 14public:
15 Block(Color color); 15 Block(Color color, QGraphicsItem *parent=0);
16 16
17 private: 17 private:
18 // map for saving QPixmaps for reuse 18 // map for saving QPixmaps for reuse