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++/point.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pacman-c++/point.h') diff --git a/pacman-c++/point.h b/pacman-c++/point.h index 1b5863a..ad1cf77 100644 --- a/pacman-c++/point.h +++ b/pacman-c++/point.h @@ -8,7 +8,8 @@ class Point { public: Point(QGraphicsItem *parent=0); - virtual ~Point() {}; + virtual ~Point() + {}; }; #endif // POINT_H -- cgit v1.2.3