Skip to content

Commit

Permalink
Resolve `error: extra
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf W. Grosse-Kunstleve committed Aug 25, 2024
1 parent 7c951c5 commit 2dd6c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cpp_transporter_traveler_bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ inline void wrap_traveler(py::module_ m) {
.def_readwrite("luggage", &Traveler::luggage);

m.def("get_luggage", [](const Traveler &person) { return person.luggage; });
};
}

} // namespace test_cpp_transporter
} // namespace pybind11_tests

0 comments on commit 2dd6c7a

Please sign in to comment.