diff options
Diffstat (limited to 'backends/platform/sdl/win32')
-rw-r--r-- | backends/platform/sdl/win32/win32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/win32/win32.cpp b/backends/platform/sdl/win32/win32.cpp index 5f35d46d39..e7dc2af019 100644 --- a/backends/platform/sdl/win32/win32.cpp +++ b/backends/platform/sdl/win32/win32.cpp @@ -117,7 +117,7 @@ void OSystem_Win32::initBackend() { #if defined(USE_SPARKLE) // Initialize updates manager - _updateManager = new Win32UpdateManager(); + _updateManager = new Win32UpdateManager((SdlWindow_Win32*)_window); #endif // Initialize text to speech |