From 3d50d1632b806dbcb2f9f8d5a07ea2afe6411215 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sat, 2 Jan 2010 10:40:31 +0000 Subject: [PATCH] Fix method name in wxInfoBar interface. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/infobar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.0