]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/notebook.h
Fixed that stupid stream problem.
[wxWidgets.git] / include / wx / gtk1 / notebook.h
index bea1b55ffa33a4149a21c41ce43a8e4752baedba..51b228aee015316e7119a19367c8fe117730de26 100644 (file)
@@ -31,6 +31,7 @@ class wxNotebookPage;
 // ----------------------------------------------------------------------------
 // notebook events
 // ----------------------------------------------------------------------------
+
 class wxNotebookEvent : public wxCommandEvent
 {
 public:
@@ -139,10 +140,6 @@ public:
   // base class virtuals
   virtual void AddChild(wxWindow *child);
 
-protected:
-  // wxWin callbacks
-  void OnSize(wxSizeEvent& event);
-
 private:
   // common part of all ctors
   void Init();