summaryrefslogtreecommitdiffstats
path: root/client/red_sw_canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/red_sw_canvas.h')
-rw-r--r--client/red_sw_canvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/red_sw_canvas.h b/client/red_sw_canvas.h
index 2f807c7e..807c128e 100644
--- a/client/red_sw_canvas.h
+++ b/client/red_sw_canvas.h
@@ -33,7 +33,7 @@ public:
SCanvas(bool onscreen,
int width, int height, uint32_t format, RedWindow *win,
PixmapCache& pixmap_cache, PaletteCache& palette_cache,
- GlzDecoderWindow &glz_decoder_window, CSurfaces &csurfaces);
+ GlzDecoderWindow &glz_decoder_window, SurfacesCache &csurfaces);
virtual ~SCanvas();
virtual void thread_touch() {}