X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c7789014106c9269b0f4ecc1a3071b14f351d3f..92715f1feab53c854e9b5bd8cca3a29acaaaa439:/src/unix/sound_sdl.cpp?ds=inline diff --git a/src/unix/sound_sdl.cpp b/src/unix/sound_sdl.cpp index 512f1d987d..4b21eeac9e 100644 --- a/src/unix/sound_sdl.cpp +++ b/src/unix/sound_sdl.cpp @@ -53,7 +53,7 @@ wxDECLARE_LOCAL_EVENT( wxEVT_SOUND_BACKEND_SDL_NOTIFICATION, wxSoundBackendSDLNo -1, \ -1, \ wxEVENT_HANDLER_CAST( wxSoundBackendSDLNotificationFunction, func ), \ - (wxObject *) NULL ), + NULL ), IMPLEMENT_DYNAMIC_CLASS(wxSoundBackendSDLNotification, wxEvtHandler) wxDEFINE_EVENT( wxEVT_SOUND_BACKEND_SDL_NOTIFICATION, wxSoundBackendSDLNotification )