From: Włodzimierz Skiba Date: Mon, 13 Mar 2006 09:37:23 +0000 (+0000) Subject: Init() does not belong to public. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b7e37e558d980fae28e37ce9f8f19d8474e1629a?ds=inline Init() does not belong to public. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gtk/listbox.h b/include/wx/gtk/listbox.h index 544d10dd0c..bda269fb16 100644 --- a/include/wx/gtk/listbox.h +++ b/include/wx/gtk/listbox.h @@ -46,8 +46,6 @@ public: } virtual ~wxListBox(); - void Init(); //common construction - bool Create(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, @@ -120,6 +118,8 @@ protected: void DoApplyWidgetStyle(GtkRcStyle *style); private: + void Init(); //common construction + DECLARE_DYNAMIC_CLASS(wxListBox) };