fix the new wxThreadEvent class adopting the new type-safe conventions for event classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-02-04 17:49:22 +00:00
parent d48b06bd90
commit f6a3e0bad5
2 changed files with 5 additions and 4 deletions

View File

@@ -319,7 +319,7 @@ wxDEFINE_EVENT( wxEVT_HELP, wxHelpEvent )
wxDEFINE_EVENT( wxEVT_DETAILED_HELP, wxHelpEvent )
// Thread event
DEFINE_EVENT_TYPE(wxEVT_COMMAND_THREAD)
wxDEFINE_EVENT( wxEVT_COMMAND_THREAD, wxThreadEvent )
#endif // wxUSE_GUI