diff options
author | Eugene Sandulenko | 2016-06-28 08:44:05 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-08-03 23:40:36 +0200 |
commit | 24a25820e80b8492650432ff9e5342ccb8e2850b (patch) | |
tree | 2abe937f973a5b64df1628ce426f96dc146ae02c /engines | |
parent | 2523bed5db6de287b6f73ed4ef0715160bfe61a4 (diff) | |
download | scummvm-rg350-24a25820e80b8492650432ff9e5342ccb8e2850b.tar.gz scummvm-rg350-24a25820e80b8492650432ff9e5342ccb8e2850b.tar.bz2 scummvm-rg350-24a25820e80b8492650432ff9e5342ccb8e2850b.zip |
DIRECTOR: Fix warning
Diffstat (limited to 'engines')
-rw-r--r-- | engines/director/director.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/director/director.h b/engines/director/director.h index 87190640b1..c2559b10fb 100644 --- a/engines/director/director.h +++ b/engines/director/director.h @@ -44,7 +44,7 @@ class Archive; struct DirectorGameDescription; class Lingo; class Score; -class Cast; +struct Cast; class DirectorEngine : public ::Engine { public: |