remove declaration for ctor which is never defined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8c3b65d941
commit
ef6ece2352
@ -68,13 +68,6 @@ public:
|
||||
|
||||
wxNotebookBase() { }
|
||||
|
||||
wxNotebookBase(wxWindow *parent,
|
||||
wxWindowID winid,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style = 0,
|
||||
const wxString& name = wxNotebookNameStr) ;
|
||||
|
||||
// wxNotebook-specific additions to wxBookCtrlBase interface
|
||||
// ---------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user