fix missing ;

This commit is contained in:
Robin Dunn
2016-07-04 22:33:48 -07:00
parent c1a1a13032
commit 6f4dd7ff30

View File

@@ -39,7 +39,7 @@ public:
*/
wxRibbonPanelEvent(wxEventType command_type = wxEVT_NULL,
int win_id = 0,
wxRibbonPanel* panel = NULL)
wxRibbonPanel* panel = NULL);
/**
Returns the panel relating to this event.