aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base/gfx
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2013-01-24 20:15:13 +0100
committerEinar Johan Trøan Sømåen2013-01-24 20:15:13 +0100
commit5d4d65d6d9316b17a3d72fb11bbcca0b3a0f45ef (patch)
tree44eb7dc3863d3eafc70daa4578f198d183ee1d6d /engines/wintermute/base/gfx
parent2507b5db8d2dbeef0f937d6d61a5ada1cac7e445 (diff)
downloadscummvm-rg350-5d4d65d6d9316b17a3d72fb11bbcca0b3a0f45ef.tar.gz
scummvm-rg350-5d4d65d6d9316b17a3d72fb11bbcca0b3a0f45ef.tar.bz2
scummvm-rg350-5d4d65d6d9316b17a3d72fb11bbcca0b3a0f45ef.zip
JANITORIAL: Fix ){ -> ) {
Diffstat (limited to 'engines/wintermute/base/gfx')
-rw-r--r--engines/wintermute/base/gfx/base_surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/base/gfx/base_surface.h b/engines/wintermute/base/gfx/base_surface.h
index 1f6915ea37..012be95aac 100644
--- a/engines/wintermute/base/gfx/base_surface.h
+++ b/engines/wintermute/base/gfx/base_surface.h
@@ -80,7 +80,7 @@ public:
}
Common::String getFileNameStr() { return _filename; }
const char* getFileName() { return _filename.c_str(); }
- //void SetWidth(int Width){ _width = Width; }
+ //void SetWidth(int Width) { _width = Width; }
//void SetHeight(int Height){ _height = Height; }
protected:
bool _ckDefault;