From 817dcc4e4493fb89c6d52b5e5ce1548b6a047d08 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 10 Apr 2011 21:34:29 +0200 Subject: - first round of coding cleanup - small sound fix --- pacman-c++/block.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pacman-c++/block.h') 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: public: Block(Color::Color color, unsigned int neighbours = None, QGraphicsItem *parent = 0); - virtual ~Block() {}; - + virtual ~Block() + {}; void setNeighbours(unsigned int neighbours); -- cgit v1.2.3