minor corrections for compilation with gcc 3.3 (use cast of address instead
of address of cast) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -681,7 +681,7 @@ void wxTopLevelWindowMac::MacCreateRealWindow( const wxString& title,
|
||||
#if TARGET_CARBON
|
||||
InstallStandardEventHandler( GetWindowEventTarget(MAC_WXHWND(m_macWindow)) ) ;
|
||||
InstallWindowEventHandler(MAC_WXHWND(m_macWindow), GetwxMacWindowEventHandlerUPP(),
|
||||
GetEventTypeCount(eventList), eventList, this, &((EventHandlerRef)m_macEventHandler));
|
||||
GetEventTypeCount(eventList), eventList, this, (EventHandlerRef *)&m_macEventHandler);
|
||||
#endif
|
||||
m_macFocus = NULL ;
|
||||
|
||||
|
Reference in New Issue
Block a user