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