+ remove extra qualification on normalEstimation

This commit is contained in:
wmayer 2016-03-09 18:57:36 +01:00
parent fcd4603b66
commit 37b7334df6

View File

@ -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;