diff --git a/interface/wx/infobar.h b/interface/wx/infobar.h index 76694ae057..d5e4676bde 100644 --- a/interface/wx/infobar.h +++ b/interface/wx/infobar.h @@ -107,7 +107,7 @@ public: The id of the info bar window, usually unused as currently no events are generated by this class. */ - wxInfoBar(wxWindow *parent, wxWindowID winid = wxID_ANY); + bool Create(wxWindow *parent, wxWindowID winid = wxID_ANY); /** Add a button to be shown in the info bar.