aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/picture.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/picture.h')
-rw-r--r--engines/glk/picture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/picture.h b/engines/glk/picture.h
index f221569368..06d598b771 100644
--- a/engines/glk/picture.h
+++ b/engines/glk/picture.h
@@ -45,8 +45,8 @@ public:
/**
* Constructor
*/
- Picture(int width, int height, const Graphics::PixelFormat &format) :
- Graphics::ManagedSurface(width, height, format), _refCount(0), _id(0), _scaled(false) {}
+ Picture(int width, int height, const Graphics::PixelFormat &fmt) :
+ Graphics::ManagedSurface(width, height, fmt), _refCount(0), _id(0), _scaled(false) {}
/**
* Increment reference counter