From 3a74cb7b57e09e9826c6534c5d53a53753045524 Mon Sep 17 00:00:00 2001 From: sirlemonhead Date: Tue, 12 May 2015 18:17:05 +0100 Subject: SHERLOCK: Fix GCC compilation with correct whitespace for nested Common:Array --- engines/sherlock/animation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') 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 _prologueNames; - Common::Array> _prologueFrames; + Common::Array > _prologueFrames; Common::Array _titleNames; - Common::Array> _titleFrames; + Common::Array > _titleFrames; const int *checkForSoundFrames(const Common::String &filename); public: -- cgit v1.2.3