]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/notebook.h
put user-specified CPP/C/CXXFLAGS after the ones we set from configure to allow overr...
[wxWidgets.git] / include / wx / notebook.h
index 74fcc220ccdd3bfe12336e2457c57a7b517dd1b6..7f6b719f63dea7a0db2e8469909aef12af4739db 100644 (file)
@@ -115,8 +115,15 @@ public:
     {
     }
 
+    wxNotebookEvent(const wxNotebookEvent& event)
+        : wxBookCtrlBaseEvent(event)
+    {
+    }
+
+    virtual wxEvent *Clone() const { return new wxNotebookEvent(*this); }
+
 private:
-    DECLARE_DYNAMIC_CLASS_NO_COPY(wxNotebookEvent)
+    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxNotebookEvent)
 };
 
 BEGIN_DECLARE_EVENT_TYPES()