summaryrefslogtreecommitdiffstats
path: root/pacman-c++/bonuspoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/bonuspoint.h')
-rw-r--r--pacman-c++/bonuspoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/bonuspoint.h b/pacman-c++/bonuspoint.h
index fbb5ba2..a72a4db 100644
--- a/pacman-c++/bonuspoint.h
+++ b/pacman-c++/bonuspoint.h
@@ -17,7 +17,7 @@ public:
17 virtual ~BonusPoint() 17 virtual ~BonusPoint()
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