Use wxEventType instead of int

This parameter identifies the type of the event so it should be of type wxEventType.
This commit is contained in:
Artur Wieczorek
2019-01-09 16:47:00 +01:00
parent daf33b9b41
commit a005391413
2 changed files with 2 additions and 2 deletions

View File

@@ -1926,7 +1926,7 @@ protected:
// Send event from the property grid.
// Omit the wxPG_SEL_NOVALIDATE flag to allow vetoing the event
bool SendEvent( int eventType, wxPGProperty* p,
bool SendEvent( wxEventType eventType, wxPGProperty* p,
wxVariant* pValue = NULL,
unsigned int selFlags = wxPG_SEL_NOVALIDATE,
unsigned int column = 1 );