Skip to content

Commit

Permalink
Corrected gcc error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeguzzi committed Jun 17, 2024
1 parent fb6cae1 commit 10d9584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navground_sim/src/python.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ struct get<T, py::object> {
};

template <>
struct add_modulation<py::object, py::object> {
struct navground::core::add_modulation<py::object, py::object> {
static void call(py::object &behavior, py::object modulation) {
return add_modulation_py(behavior, modulation);
}
Expand Down

0 comments on commit 10d9584

Please sign in to comment.