aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/bmp_raw.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/codecs/bmp_raw.h')
-rw-r--r--image/codecs/bmp_raw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/codecs/bmp_raw.h b/image/codecs/bmp_raw.h
index 99509a1708..8ec79e7230 100644
--- a/image/codecs/bmp_raw.h
+++ b/image/codecs/bmp_raw.h
@@ -41,7 +41,7 @@ public:
Graphics::PixelFormat getPixelFormat() const;
private:
- Graphics::Surface *_surface;
+ Graphics::Surface _surface;
int _width, _height;
int _bitsPerPixel;
};