wxwidgets.cfg: Added support for wxOVERRIDE.
This commit is contained in:
parent
a4a3373838
commit
619220778e
|
@ -1645,6 +1645,7 @@
|
|||
<leak-ignore/>
|
||||
<arg nr="1"/>
|
||||
</function>
|
||||
<define name="wxOVERRIDE" value="override"/>
|
||||
<define name="DECLARE_EVENT_TABLE()" value="wxDECLARE_EVENT_TABLE()"/>
|
||||
<define name="wxDECLARE_EVENT_TABLE()" value="private: static const wxEventTableEntry sm_eventTableEntries[]; protected: const wxEventTable* GetEventTable() const; wxEventHashTable& GetEventHashTable() const; static const wxEventTable sm_eventTable; static wxEventHashTable sm_eventHashTable;"/>
|
||||
<define name="wxIMPLEMENT_APP(appname)" value="wxIMPLEMENT_WX_THEME_SUPPORT wxIMPLEMENT_APP_NO_THEMES(appname)"/>
|
||||
|
|
Loading…
Reference in New Issue