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;