From 6f4dd7ff301177062b649ec1880d06d5cdf10cab Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 4 Jul 2016 22:33:48 -0700 Subject: [PATCH] fix missing ; --- interface/wx/ribbon/panel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/ribbon/panel.h b/interface/wx/ribbon/panel.h index f4fabf56b1..ca83991a55 100644 --- a/interface/wx/ribbon/panel.h +++ b/interface/wx/ribbon/panel.h @@ -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.