summaryrefslogtreecommitdiffstats
path: root/pacman-c++/point.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/point.h')
-rw-r--r--pacman-c++/point.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/point.h b/pacman-c++/point.h
index 0e0152d..033ca56 100644
--- a/pacman-c++/point.h
+++ b/pacman-c++/point.h
@@ -11,7 +11,7 @@ public:
11 virtual ~Point() 11 virtual ~Point()
12 {}; 12 {};
13 13
14 virtual void enter(Actor *actor); 14 virtual bool enter(Actor *actor);
15}; 15};
16 16
17#endif // POINT_H 17#endif // POINT_H