aboutsummaryrefslogtreecommitdiff
path: root/RedTileBehavior.h
diff options
context:
space:
mode:
Diffstat (limited to 'RedTileBehavior.h')
-rw-r--r--RedTileBehavior.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/RedTileBehavior.h b/RedTileBehavior.h
index 1ac3e64..b7443c9 100644
--- a/RedTileBehavior.h
+++ b/RedTileBehavior.h
@@ -4,7 +4,7 @@
class RedTileBehavior : public TileBehaviorStrategy {
public:
- virtual void step(Artist &);
+ virtual void step(Artist *);
virtual void update(Tile &);
virtual std::unique_ptr<TileBehaviorStrategy> clone(Museum &);