Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jean-Baptiste Kempf
VLC
Commits
c16d163f
Commit
c16d163f
authored
Apr 26, 2005
by
Laurent Aimar
Browse files
* wxwindows: added a cast to avoid a compiler error (conversion from void*).
parent
fbb6b802
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/wxwindows/wxwindows.cpp
View file @
c16d163f
...
...
@@ -224,7 +224,7 @@ static void Close( vlc_object_t *p_this )
delete
p_intf
->
p_sys
->
p_window_settings
;
#if (wxCHECK_VERSION(2,5,0))
wxClassInfo
::
sm_classTable
=
wxClassInfo_sm_classTable_BUGGY
;
wxClassInfo
::
sm_classTable
=
(
wxHashTable
*
)
wxClassInfo_sm_classTable_BUGGY
;
#endif
/* Destroy structure */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment