%module oglshapes
%{
-#include "helpers.h"
+#include "export.h"
#include "oglhelpers.h"
%}
return rv;
}
}
- ~wxOGLConstraint();
+
+ //~wxOGLConstraint(); The wxCompositShape takes ownership of the constraint
bool Evaluate();
void SetSpacing(double x, double y);