Skip to content

Commit

Permalink
+ remove extra qualification on normalEstimation
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Mar 9, 2016
1 parent fcd4603 commit 37b7334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/ReverseEngineering/App/AppReverseEngineering.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 37b7334

Please sign in to comment.