Skip to content
Snippets Groups Projects
Commit 8bb538b1 authored by Philip Mueller, HS's avatar Philip Mueller, HS
Browse files

Added a missing ";" to the code.

parent a8cd071b
No related branches found
No related tags found
No related merge requests found
......@@ -443,7 +443,7 @@ pyYggdrasil_sampleContainersWrapper(
py::arg("src")
)
.def(py::init([](const SampleArray_t& src) -> SampleList_t
{return SampleList_t(src)}),
{return SampleList_t(src);}),
"Performs a deep copy of the sample array src.",
py::arg("src")
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment