diff options
Diffstat (limited to 'pacman-c++/block.h')
| -rw-r--r-- | pacman-c++/block.h | 4 |
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 | ||
| 20 | public: | 20 | 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 | ||
| 25 | void setNeighbours(unsigned int neighbours); | 25 | void setNeighbours(unsigned int neighbours); |
| 26 | 26 | ||
