]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/splitter.h
finished wxWindow for MGL
[wxWidgets.git] / include / wx / generic / splitter.h
index 853e75e5a1a499abc08fc853866275c483cda8ec..8528e2265bcb0ed052509e5aea944551125bbab3 100644 (file)
@@ -17,6 +17,7 @@
 #endif
 
 #include "wx/window.h"                      // base class declaration
+#include "wx/containr.h"                    // wxControlContainer
 
 class WXDLLEXPORT wxSplitterEvent;
 
@@ -37,8 +38,6 @@ enum
     wxSPLIT_DRAG_LEFT_DOWN
 };
 
-class WXDLLEXPORT wxControlContainer;
-
 // ---------------------------------------------------------------------------
 // wxSplitterWindow maintains one or two panes, with
 // an optional vertical or horizontal split which
@@ -62,7 +61,7 @@ public:
 // Public API
 
     // Default constructor
-    wxSplitterWindow() : m_container(this)
+    wxSplitterWindow()
     {
         Init();
     }
@@ -73,7 +72,6 @@ public:
                      const wxSize& size = wxDefaultSize,
                      long style = wxSP_3D,
                      const wxString& name = "splitter")
-        : m_container(this)
     {
         Init();
         Create(parent, id, pos, size, style, name);