summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/mainwidget.h')
-rw-r--r--pacman-c++/mainwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/mainwidget.h b/pacman-c++/mainwidget.h
index 36e5624..951b6c6 100644
--- a/pacman-c++/mainwidget.h
+++ b/pacman-c++/mainwidget.h
@@ -29,7 +29,7 @@ private:
29 29
30 void updateScore(); 30 void updateScore();
31 31
32 PixmapItem ** visualMap; 32 QVector< QVector< PixmapItem* > > visualMap;
33 33
34 // data conversion 34 // data conversion
35 QPoint mapPositionToCoord(unsigned int x, unsigned int y); 35 QPoint mapPositionToCoord(unsigned int x, unsigned int y);