From 37b7334df6c3703d67f43cadc85f5e07e29c4216 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 9 Mar 2016 18:57:36 +0100 Subject: [PATCH] + remove extra qualification on normalEstimation --- src/Mod/ReverseEngineering/App/AppReverseEngineering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/ReverseEngineering/App/AppReverseEngineering.cpp b/src/Mod/ReverseEngineering/App/AppReverseEngineering.cpp index 40fa74d35..aadc2efa6 100644 --- a/src/Mod/ReverseEngineering/App/AppReverseEngineering.cpp +++ b/src/Mod/ReverseEngineering/App/AppReverseEngineering.cpp @@ -611,7 +611,7 @@ Mesh.show(m) } #endif #if defined(HAVE_PCL_FILTERS) - Py::Object Module::normalEstimation(const Py::Tuple& args, const Py::Dict& kwds) + Py::Object normalEstimation(const Py::Tuple& args, const Py::Dict& kwds) { PyObject *pts; int ksearch=0;