From b7e37e558d980fae28e37ce9f8f19d8474e1629a Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 13 Mar 2006 09:37:23 +0000 Subject: [PATCH] Init() does not belong to public. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/listbox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) }; -- 2.49.0