Skip to content

Commit

Permalink
SHERLOCK: Fix GCC compilation with correct whitespace for nested Comm…
Browse files Browse the repository at this point in the history
…on:Array
  • Loading branch information
sirlemonhead committed May 12, 2015
1 parent 4865949 commit 684f230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/sherlock/animation.h
Expand Up @@ -38,10 +38,10 @@ class Animation {
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:
Expand Down

0 comments on commit 684f230

Please sign in to comment.