diff options
Diffstat (limited to 'starmath/inc/node.hxx')
-rw-r--r-- | starmath/inc/node.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx index a62f1ccefa72..3511d71f395a 100644 --- a/starmath/inc/node.hxx +++ b/starmath/inc/node.hxx @@ -200,7 +200,7 @@ public: /** True if this node is selected */ bool IsSelected() const {return mbIsSelected;} - void SetSelected(bool Selected = true) {mbIsSelected = Selected;} + void SetSelected(bool Selected) {mbIsSelected = Selected;} /** Get the parent node of this node */ SmStructureNode* GetParent(){ return mpParentNode; } |