]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix method name in wxInfoBar interface.
authorMattia Barbon <mbarbon@cpan.org>
Sat, 2 Jan 2010 10:40:31 +0000 (10:40 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 2 Jan 2010 10:40:31 +0000 (10:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/infobar.h

index 76694ae057e02769b836ce5f228ebc9212d19c28..d5e4676bdeebc0a84debde46053b23921281d45a 100644 (file)
@@ -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.