wxwidgets.cfg: Added support for wxOVERRIDE.

This commit is contained in:
orbitcowboy 2018-12-12 08:22:34 +01:00
parent a4a3373838
commit 619220778e
1 changed files with 1 additions and 0 deletions

View File

@ -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&amp; 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)"/>