]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/sizers.i
correction for Mac OS compilation
[wxWidgets.git] / wxPython / src / sizers.i
index 1c025d3f92fa1c40418d5f369b204e8dc9847bce..572136805152a0afe91fe36d03692be9a3dd777d 100644 (file)
@@ -14,6 +14,8 @@
 
 %{
 #include "helpers.h"
 
 %{
 #include "helpers.h"
+
+#include <wx/notebook.h>
 %}
 
 //----------------------------------------------------------------------
 %}
 
 //----------------------------------------------------------------------
@@ -33,7 +35,7 @@
 //---------------------------------------------------------------------------
 
 
 //---------------------------------------------------------------------------
 
 
-class wxSizerItem {
+class wxSizerItem : public wxObject {
 public:
     // No need to ever create one directly in Python...
 
 public:
     // No need to ever create one directly in Python...
 
@@ -85,7 +87,7 @@ public:
 
 //---------------------------------------------------------------------------
 
 
 //---------------------------------------------------------------------------
 
-class wxSizer {
+class wxSizer : public wxObject {
 public:
     // wxSizer();      ****  abstract, can't instantiate
     // ~wxSizer();
 public:
     // wxSizer();      ****  abstract, can't instantiate
     // ~wxSizer();