]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/notebook.h
trying to fix breakage in wxBufferedPaintDC after the last commit
[wxWidgets.git] / include / wx / notebook.h
index 1193881d11aae0171c2de971183103334355c294..657912d8a0e2b6320e06cba07016ff6c2c1a770b 100644 (file)
@@ -60,11 +60,7 @@ public:
                    const wxPoint& pos = wxDefaultPosition,
                    const wxSize& size = wxDefaultSize,
                    long style = 0,
-                   const wxString& name = wxNOTEBOOK_NAME)
-        : wxBookCtrl(parent, winid, pos, size, style, name)
-    {
-    }
-
+                   const wxString& name = wxNOTEBOOK_NAME) ;
 
     // wxNotebook-specific additions to wxBookCtrl interface
     // -----------------------------------------------------