feat(plugin): add name arguments to addOperator function

This commit is contained in:
parker
2025-07-16 16:23:23 +01:00
parent 6d00c92f0f
commit 1ac5af190b
7 changed files with 11 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ TEST_CASE("boost dll")
);
std::cout << "VAR: " << *cpp_var << "\n";
auto cpp11_func = boost::dll::import_symbol<void(void (*addOperator)(enzo::nt::opConstructor))>(
auto cpp11_func = boost::dll::import_symbol<void(enzo::op::addOperatorPtr)>(
"build/src/OpDefs/libenzoOps1.so", "newSopOperator"
);