fixed wxTaskBarIcon compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -355,9 +355,7 @@ long wxTaskBarIcon::WindowProc( WXHWND hWnd, unsigned int msg, unsigned int wPar
|
||||
}
|
||||
|
||||
if (eventType) {
|
||||
wxEvent event;
|
||||
event.SetEventType(eventType);
|
||||
event.SetEventObject(this);
|
||||
wxTaskBarIconEvent event(eventType, this);
|
||||
|
||||
ProcessEvent(event);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user