From fcc7ab61ac3add71a127be0b503147fa8cc91d47 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 25 Mar 2010 12:54:55 +0000 Subject: Fix compilation by removing a public keyword outside a class scope and using "> >" instead of ">>" for template closing brackets. Note that ">>" is always operator>> in the current C++ standard, thus one has to use "Common::Array >" instead of "Common::Array>" for example. svn-id: r48402 --- engines/m4/mads_views.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/m4') diff --git a/engines/m4/mads_views.h b/engines/m4/mads_views.h index d2aba31c88..501cc7936c 100644 --- a/engines/m4/mads_views.h +++ b/engines/m4/mads_views.h @@ -55,7 +55,7 @@ public: #define SPRITE_SLOTS_SIZE 50 -typedef public Common::Array> SpriteList; +typedef Common::Array > SpriteList; class MadsSpriteSlots { private: -- cgit v1.2.3