diff options
author | Joseph Powers <jpowers27@cox.net> | 2010-11-22 19:10:21 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2010-11-22 19:10:21 -0800 |
commit | 5716e4b1db5d42373c2def4d498748c0880cb4a6 (patch) | |
tree | 4995599cf8c433f9de93cda2297d303170844a36 /starmath | |
parent | ce882c1cd1f81ff652f4db2ec2b45c4692959b53 (diff) |
Remove the last of HC icons
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 121959572c99..bb493549ee2f 100644 --- a/starmath/source/cursor.cxx +++ b/starmath/source/cursor.cxx @@ -591,7 +591,7 @@ bool SmCursor::InsertLimit(SmSubSup eSubSup, bool bMoveCaret) { //Create the limit, if needed SmCaretPos PosAfterLimit; - SmNode *pLine; + SmNode *pLine = NULL; if(!pSubSup->GetSubSup(eSubSup)){ pLine = new SmPlaceNode(); pSubSup->SetSubSup(eSubSup, pLine); |