aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2017-03-12 15:49:05 +0100
committerEugene Sandulenko2017-03-12 16:20:00 +0100
commit7e05b1e94dc25e1706b9e959cfbf34087c94f578 (patch)
treeaeabb95625279753d95f02023271e5212e468c34 /engines
parent7887189b5aa806a38c06253f535b7eb78e250f53 (diff)
downloadscummvm-rg350-7e05b1e94dc25e1706b9e959cfbf34087c94f578.tar.gz
scummvm-rg350-7e05b1e94dc25e1706b9e959cfbf34087c94f578.tar.bz2
scummvm-rg350-7e05b1e94dc25e1706b9e959cfbf34087c94f578.zip
DIRECTOR: Fix warning
Diffstat (limited to 'engines')
-rw-r--r--engines/director/director.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/director/director.h b/engines/director/director.h
index 1a98329219..6e7947fcc9 100644
--- a/engines/director/director.h
+++ b/engines/director/director.h
@@ -51,7 +51,7 @@ struct DirectorGameDescription;
class DirectorSound;
class Lingo;
class Score;
-struct Cast;
+class Cast;
enum {
kDebugLingoExec = 1 << 0,