mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 01:51:49 +08:00
minor bugfix: missing return
This commit is contained in:
parent
fc83ebea4c
commit
f9370799fc
@ -204,6 +204,7 @@ JKQTMathTextNode *JKQTMathTextSqrtNode::replaceChild(int i, JKQTMathTextNode *ne
|
||||
if (childDegree) childDegree->setParentNode(this);
|
||||
return c;
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
int JKQTMathTextSqrtNode::childCount() const
|
||||
|
Loading…
Reference in New Issue
Block a user