]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/ogl/oglshapes.i
Put back some code that was commented out for testing
[wxWidgets.git] / wxPython / contrib / ogl / oglshapes.i
index 2b2f94e40f2497ed583db8d991cfe6e7a2237bab..05f39ba9ec9849d554819ab35bb210a69d51d7f9 100644 (file)
@@ -14,7 +14,7 @@
 %module oglshapes
 
 %{
-#include "helpers.h"
+#include "export.h"
 #include "oglhelpers.h"
 %}
 
@@ -337,7 +337,8 @@ public:
             return rv;
         }
     }
-    ~wxOGLConstraint();
+
+    //~wxOGLConstraint();  The wxCompositShape takes ownership of the constraint
 
     bool Evaluate();
     void SetSpacing(double x, double y);