Commit c16d163f authored by Laurent Aimar's avatar Laurent Aimar

* wxwindows: added a cast to avoid a compiler error (conversion from void*).

parent fbb6b802
...@@ -224,7 +224,7 @@ static void Close( vlc_object_t *p_this ) ...@@ -224,7 +224,7 @@ static void Close( vlc_object_t *p_this )
delete p_intf->p_sys->p_window_settings; delete p_intf->p_sys->p_window_settings;
#if (wxCHECK_VERSION(2,5,0)) #if (wxCHECK_VERSION(2,5,0))
wxClassInfo::sm_classTable = wxClassInfo_sm_classTable_BUGGY; wxClassInfo::sm_classTable = (wxHashTable*)wxClassInfo_sm_classTable_BUGGY;
#endif #endif
/* Destroy structure */ /* Destroy structure */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment