diff --git a/tests/test_class.cpp b/tests/test_class.cpp index e7417c08e..31b5bef5e 100644 --- a/tests/test_class.cpp +++ b/tests/test_class.cpp @@ -56,7 +56,7 @@ atyp_valu rtrn_valu() { return obj; } -void bind_all(py::module_ m) { +void bind_all(py::module_ &m) { py::class_(m, "atyp_valu") .def(py::init(&rtrn_valu)) .def("get_mtxt", get_mtxt);