From 921f602ab8631a9d10e0a173b6b331dbafda564a Mon Sep 17 00:00:00 2001 From: Tarek Soliman Date: Wed, 15 Feb 2012 00:06:13 -0600 Subject: JANITORIAL: Fix whitespace in pointer template arg --- engines/parallaction/graphics.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/parallaction/graphics.h') diff --git a/engines/parallaction/graphics.h b/engines/parallaction/graphics.h index dacf7715ae..99bc811763 100644 --- a/engines/parallaction/graphics.h +++ b/engines/parallaction/graphics.h @@ -341,12 +341,12 @@ public: */ struct BackgroundInfo { protected: - typedef Common::Array MaskPatches; + typedef Common::Array MaskPatches; MaskPatches _maskPatches; MaskBuffer _maskBackup; void clearMaskData(); - typedef Common::Array PathPatches; + typedef Common::Array PathPatches; PathPatches _pathPatches; PathBuffer _pathBackup; void clearPathData(); @@ -415,7 +415,7 @@ public: }; -typedef Common::Array GfxObjArray; +typedef Common::Array GfxObjArray; #define SCENE_DRAWLIST_SIZE 100 class Gfx { -- cgit v1.2.3