require semicolon after wxDECLARE/DEFINE_EVENT() (closes #10456)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5287,15 +5287,15 @@ wxPGChoiceEntry& wxPGChoicesData::Insert( int index,
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxPropertyGridEvent, wxCommandEvent)
|
||||
|
||||
|
||||
wxDEFINE_EVENT( wxEVT_PG_SELECTED, wxPropertyGridEvent )
|
||||
wxDEFINE_EVENT( wxEVT_PG_CHANGING, wxPropertyGridEvent )
|
||||
wxDEFINE_EVENT( wxEVT_PG_CHANGED, wxPropertyGridEvent )
|
||||
wxDEFINE_EVENT( wxEVT_PG_HIGHLIGHTED, wxPropertyGridEvent )
|
||||
wxDEFINE_EVENT( wxEVT_PG_RIGHT_CLICK, wxPropertyGridEvent )
|
||||
wxDEFINE_EVENT( wxEVT_PG_PAGE_CHANGED, wxPropertyGridEvent )
|
||||
wxDEFINE_EVENT( wxEVT_PG_ITEM_EXPANDED, wxPropertyGridEvent )
|
||||
wxDEFINE_EVENT( wxEVT_PG_ITEM_COLLAPSED, wxPropertyGridEvent )
|
||||
wxDEFINE_EVENT( wxEVT_PG_DOUBLE_CLICK, wxPropertyGridEvent )
|
||||
wxDEFINE_EVENT( wxEVT_PG_SELECTED, wxPropertyGridEvent );
|
||||
wxDEFINE_EVENT( wxEVT_PG_CHANGING, wxPropertyGridEvent );
|
||||
wxDEFINE_EVENT( wxEVT_PG_CHANGED, wxPropertyGridEvent );
|
||||
wxDEFINE_EVENT( wxEVT_PG_HIGHLIGHTED, wxPropertyGridEvent );
|
||||
wxDEFINE_EVENT( wxEVT_PG_RIGHT_CLICK, wxPropertyGridEvent );
|
||||
wxDEFINE_EVENT( wxEVT_PG_PAGE_CHANGED, wxPropertyGridEvent );
|
||||
wxDEFINE_EVENT( wxEVT_PG_ITEM_EXPANDED, wxPropertyGridEvent );
|
||||
wxDEFINE_EVENT( wxEVT_PG_ITEM_COLLAPSED, wxPropertyGridEvent );
|
||||
wxDEFINE_EVENT( wxEVT_PG_DOUBLE_CLICK, wxPropertyGridEvent );
|
||||
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user