summaryrefslogtreecommitdiffstats
path: root/client/red_gl_canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/red_gl_canvas.h')
-rw-r--r--client/red_gl_canvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/red_gl_canvas.h b/client/red_gl_canvas.h
index 983f7729..4a9f5a90 100644
--- a/client/red_gl_canvas.h
+++ b/client/red_gl_canvas.h
@@ -29,7 +29,7 @@ class RedPixmapGL;
class GCanvas: public Canvas {
public:
GCanvas(PixmapCache& pixmap_cache, PaletteCache& palette_cache,
- GlzDecoderWindow &glz_decoder_window);
+ GlzDecoderWindow &glz_decoder_window, CSurfaces &csurfaces);
virtual ~GCanvas();
void set_mode(int width, int height, int depth, RedWindow *win,