summaryrefslogtreecommitdiffstats
path: root/pacman-c++/block.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-10 21:34:29 +0200
committermanuel <manuel@mausz.at>2011-04-10 21:34:29 +0200
commit817dcc4e4493fb89c6d52b5e5ce1548b6a047d08 (patch)
tree81f0eea0617d05604e6636cb020509f9ec504e6e /pacman-c++/block.h
parentd0eafb0124a39eeda6c00595a943ce9811d589c4 (diff)
downloadfoop-817dcc4e4493fb89c6d52b5e5ce1548b6a047d08.tar.gz
foop-817dcc4e4493fb89c6d52b5e5ce1548b6a047d08.tar.bz2
foop-817dcc4e4493fb89c6d52b5e5ce1548b6a047d08.zip
- first round of coding cleanup
- small sound fix
Diffstat (limited to 'pacman-c++/block.h')
-rw-r--r--pacman-c++/block.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pacman-c++/block.h b/pacman-c++/block.h
index 851f45c..17f1813 100644
--- a/pacman-c++/block.h
+++ b/pacman-c++/block.h
@@ -19,8 +19,8 @@ public:
19 19
20public: 20public:
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
25 void setNeighbours(unsigned int neighbours); 25 void setNeighbours(unsigned int neighbours);
26 26