summaryrefslogtreecommitdiffstats
path: root/pacman-c++
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++')
-rw-r--r--pacman-c++/block.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/block.h b/pacman-c++/block.h
index 2354bc2..851f45c 100644
--- a/pacman-c++/block.h
+++ b/pacman-c++/block.h
@@ -21,6 +21,7 @@ public:
21 Block(Color::Color color, unsigned int neighbours = None, QGraphicsItem *parent = 0); 21 Block(Color::Color color, unsigned int neighbours = None, QGraphicsItem *parent = 0);
22 virtual ~Block() {}; 22 virtual ~Block() {};
23 23
24
24 void setNeighbours(unsigned int neighbours); 25 void setNeighbours(unsigned int neighbours);
25 26
26private: 27private: