Skip to content

Commit 62311eb

Browse files
committed
clang-tidy compatibility (untested).
1 parent 06e74d9 commit 62311eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_class.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ atyp_valu rtrn_valu() {
5656
return obj;
5757
}
5858

59-
void bind_all(py::module_ m) {
59+
void bind_all(py::module_ &m) {
6060
py::class_<atyp_valu>(m, "atyp_valu")
6161
.def(py::init(&rtrn_valu))
6262
.def("get_mtxt", get_mtxt<atyp_valu>);

0 commit comments

Comments
 (0)