aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base/base_surface_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/base/base_surface_storage.h')
-rw-r--r--engines/wintermute/base/base_surface_storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/base/base_surface_storage.h b/engines/wintermute/base/base_surface_storage.h
index aef8ad23f9..61738e69a2 100644
--- a/engines/wintermute/base/base_surface_storage.h
+++ b/engines/wintermute/base/base_surface_storage.h
@@ -39,7 +39,7 @@ public:
uint32 _lastCleanupTime;
bool initLoop();
bool sortSurfaces();
- static int surfaceSortCB(const void *arg1, const void *arg2);
+ static bool surfaceSortCB(const BaseSurface *arg1, const BaseSurface *arg2);
bool cleanup(bool warn = false);
//DECLARE_PERSISTENT(BaseSurfaceStorage, BaseClass);