diff options
-rw-r--r-- | engines/sherlock/animation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/animation.h b/engines/sherlock/animation.h index 5802ffcd88..06614df6b1 100644 --- a/engines/sherlock/animation.h +++ b/engines/sherlock/animation.h @@ -38,10 +38,10 @@ private: SherlockEngine *_vm; Common::Array<const char *> _prologueNames; - Common::Array<Common::Array<int>> _prologueFrames; + Common::Array<Common::Array<int> > _prologueFrames; Common::Array<const char *> _titleNames; - Common::Array<Common::Array<int>> _titleFrames; + Common::Array<Common::Array<int> > _titleFrames; const int *checkForSoundFrames(const Common::String &filename); public: |