Init() does not belong to public.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-03-13 09:37:23 +00:00
parent 61373fa8f3
commit b7e37e558d

View File

@@ -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)
};