Skip to content

Commit 48ad12c

Browse files
committed
[Py] fix function_wrapper_t struct tag
1 parent 33bdc1b commit 48ad12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interfaces/python/src/problem/problems.py.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ using namespace py::literals;
3232
#if ALPAQA_WITH_DL
3333
template class ALPAQA_PYTHON_EXPORT std::span<std::string_view>;
3434
template class ALPAQA_PYTHON_EXPORT std::tuple<py::args, py::kwargs>;
35-
template class ALPAQA_PYTHON_EXPORT
35+
template struct ALPAQA_PYTHON_EXPORT
3636
alpaqa::detail::function_wrapper_t<py::object(void *, py::args, py::kwargs)>;
3737
#endif
3838

0 commit comments

Comments
 (0)