summaryrefslogtreecommitdiffstats
path: root/pacman-c++/block.h
diff options
context:
space:
mode:
authortotycro <totycro@unknown-horizons.org>2011-04-06 15:29:28 +0200
committertotycro <totycro@unknown-horizons.org>2011-04-06 15:29:28 +0200
commitf61f861df5944f72969e994d30ac26dcd38665df (patch)
tree9c0e3a80677bc36b9de2aaec1607f0e8d1e0273e /pacman-c++/block.h
parent37efaaed60ed3db23c4e9c55e7aba6b98ee2f6cc (diff)
downloadfoop-f61f861df5944f72969e994d30ac26dcd38665df.tar.gz
foop-f61f861df5944f72969e994d30ac26dcd38665df.tar.bz2
foop-f61f861df5944f72969e994d30ac26dcd38665df.zip
merge 3
Diffstat (limited to 'pacman-c++/block.h')
-rw-r--r--pacman-c++/block.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pacman-c++/block.h b/pacman-c++/block.h
index 851f45c..2354bc2 100644
--- a/pacman-c++/block.h
+++ b/pacman-c++/block.h
@@ -21,7 +21,6 @@ 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
25 void setNeighbours(unsigned int neighbours); 24 void setNeighbours(unsigned int neighbours);
26 25
27private: 26private: