You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
m.def(
"routing_get_source_name(", <<<<<*** should be "routing_get_source_name"
[](py::capsule instance) {
auto p_instance =
static_cast<NDIlib_routing_instance_type *>(instance.get_pointer());
The text was updated successfully, but these errors were encountered:
Spurious '(' in m.def:
m.def(
"routing_get_source_name(", <<<<<*** should be "routing_get_source_name"
[](py::capsule instance) {
auto p_instance =
static_cast<NDIlib_routing_instance_type *>(instance.get_pointer());
The text was updated successfully, but these errors were encountered: