aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorwhiterandrek2018-05-16 15:40:47 +0300
committerEugene Sandulenko2018-06-28 23:51:32 +0200
commitd54c2a68cb45cadbc43d94e58bbcb73c8cb297c6 (patch)
treec8a964801ef3cd8a88034286fb397886b9452d9d /engines
parentf3ac46e8877fbcfa877ed12d4c9ea9104224ffd3 (diff)
downloadscummvm-rg350-d54c2a68cb45cadbc43d94e58bbcb73c8cb297c6.tar.gz
scummvm-rg350-d54c2a68cb45cadbc43d94e58bbcb73c8cb297c6.tar.bz2
scummvm-rg350-d54c2a68cb45cadbc43d94e58bbcb73c8cb297c6.zip
PINK: fixed forward declaration
Diffstat (limited to 'engines')
-rw-r--r--engines/pink/objects/condition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pink/objects/condition.h b/engines/pink/objects/condition.h
index 8f3b9764d3..e9c9fd43e5 100644
--- a/engines/pink/objects/condition.h
+++ b/engines/pink/objects/condition.h
@@ -27,7 +27,7 @@
namespace Pink {
-class LeadActor;
+class Actor;
class Condition : public Object {
public: