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 a406194..7739554 100644
--- a/pacman-c++/point.h
+++ b/pacman-c++/point.h
@@ -17,7 +17,7 @@ public:
17 virtual ~Point() 17 virtual ~Point()
18 {}; 18 {};
19 19
20 virtual bool enter(Actor *actor); 20 virtual EnteredState enter(Actor *actor);
21 virtual void onDie(Actor *actor); 21 virtual void onDie(Actor *actor);
22}; 22};
23 23