diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/cursor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx index 2aae7adb555e..5e69b5876a45 100644 --- a/starmath/source/cursor.cxx +++ b/starmath/source/cursor.cxx @@ -765,7 +765,7 @@ bool SmCursor::InsertRow() { pTable->SetSubNode(i, pTable->GetSubNode(i-1)); //Insert new line - pTable->SetSubNode(nTableIndex + 1, pNewLine.get()); + pTable->SetSubNode(nTableIndex + 1, pNewLine.release()); //Check if we need to change token type: if(pTable->GetNumSubNodes() > 2 && pTable->GetToken().eType == TBINOM) { |