diff --git a/include/boost/python/suite/indexing/testsuite.cpp b/include/boost/python/suite/indexing/testsuite.cpp index 758462dc..2f11aa2d 100755 --- a/include/boost/python/suite/indexing/testsuite.cpp +++ b/include/boost/python/suite/indexing/testsuite.cpp @@ -59,6 +59,8 @@ BOOST_PYTHON_MODULE(testsuite) { boost::python::implicitly_convertible (); + boost::python::def ("setTrace", &IntWrapper::setTrace); + boost::python::class_ ("IntWrapper", boost::python::init()) .def ("increment", &IntWrapper::increment) .def ("__repr__", repr);