diff options
Diffstat (limited to 'pacman-c++/point.h')
| -rw-r--r-- | pacman-c++/point.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 8 | { | 8 | { |
| 9 | public: | 9 | public: |
| 10 | Point(QGraphicsItem *parent=0); | 10 | Point(QGraphicsItem *parent=0); |
| 11 | virtual ~Point() {}; | 11 | virtual ~Point() |
| 12 | {}; | ||
| 12 | }; | 13 | }; |
| 13 | 14 | ||
| 14 | #endif // POINT_H | 15 | #endif // POINT_H |
