summaryrefslogtreecommitdiffstats
path: root/client/red_gdi_canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/red_gdi_canvas.h')
-rw-r--r--client/red_gdi_canvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/red_gdi_canvas.h b/client/red_gdi_canvas.h
index 02b08b04..67a2dbab 100644
--- a/client/red_gdi_canvas.h
+++ b/client/red_gdi_canvas.h
@@ -32,7 +32,7 @@ class RedPixmap;
class GDICanvas: public Canvas {
public:
GDICanvas(int width, int height, uint32_t format,
- PixmapCache& pixmap_cache, PaletteCache& palette_cache,
+ PixmapCache& pixmap_cache, PaletteCache& palette_cache,
GlzDecoderWindow &glz_decoder_window, SurfacesCache &csurfaces);
virtual ~GDICanvas();