diff --git a/wrap/tests/expected/geometry_wrapper.cpp b/wrap/tests/expected/geometry_wrapper.cpp index aad0c258a..a2e01ab92 100644 --- a/wrap/tests/expected/geometry_wrapper.cpp +++ b/wrap/tests/expected/geometry_wrapper.cpp @@ -13,6 +13,7 @@ typedef std::set*> Collector_Point3; static Collector_Point3 collector_Point3; typedef std::set*> Collector_Test; static Collector_Test collector_Test; + void _deleteAllObjects() { for(Collector_Point2::iterator iter = collector_Point2.begin(); @@ -462,6 +463,7 @@ using namespace geometry; out[0] = wrap< Vector >(obj->return_vector2(value)); } + void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) { mstream mout; diff --git a/wrap/tests/expected_namespaces/testNamespaces_wrapper.cpp b/wrap/tests/expected_namespaces/testNamespaces_wrapper.cpp index 3633e38c8..2e0a6431e 100644 --- a/wrap/tests/expected_namespaces/testNamespaces_wrapper.cpp +++ b/wrap/tests/expected_namespaces/testNamespaces_wrapper.cpp @@ -25,6 +25,7 @@ typedef std::set*> Collector_ns2ClassC; static Collector_ns2ClassC collector_ns2ClassC; typedef std::set*> Collector_ClassD; static Collector_ClassD collector_ClassD; + void _deleteAllObjects() { for(Collector_ns1ClassA::iterator iter = collector_ns1ClassA.begin(); @@ -285,6 +286,7 @@ void ClassD_deconstructor_21(int nargout, mxArray *out[], int nargin, const mxAr } } + void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) { mstream mout;