We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f9f6b commit cf1e4eaCopy full SHA for cf1e4ea
src/Modules/Python/PythonObjectForwarder.h
@@ -75,7 +75,7 @@ namespace SCIRun
75
76
if (valueOption)
77
{
78
- auto var = transient_value_cast<Variable>(valueOption);
+ auto var = Dataflow::Networks::transient_value_cast<Variable>(valueOption);
79
if (var.name().name() == "string")
80
81
auto valueStr = var.toString();
0 commit comments