diff options
Diffstat (limited to 'starmath/source/parse.cxx')
-rw-r--r-- | starmath/source/parse.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx index 9ac2d932e748..1e11be32fa91 100644 --- a/starmath/source/parse.cxx +++ b/starmath/source/parse.cxx @@ -1772,7 +1772,7 @@ void SmParser::DoAttribut() NextToken(); - pSNode->SetSubNodes(pAttr, nullptr); + pSNode->SetSubNodes(pAttr, nullptr); // the body will be filled later pSNode->SetScaleMode(eScaleMode); m_aNodeStack.push_front(std::move(pSNode)); } |