mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Tiny bugfix.
This commit is contained in:
@@ -81,7 +81,7 @@ bool ParameterNode::addNode (const std::string& name, Parameter::ref node)
|
||||
else
|
||||
{
|
||||
// existing node passed through must be inner
|
||||
ParameterNode* n = dynamic_cast<ParameterNode*> (it->second.get ());
|
||||
n = dynamic_cast<ParameterNode*> (it->second.get ());
|
||||
|
||||
if (!n)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user