summaryrefslogtreecommitdiff
path: root/starmath/source/cursor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/cursor.cxx')
-rw-r--r--starmath/source/cursor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx
index bdf5d31113ca..c96174167b2e 100644
--- a/starmath/source/cursor.cxx
+++ b/starmath/source/cursor.cxx
@@ -1661,7 +1661,7 @@ SmNode* SmNodeListParser::Postfix(){
}
SmNode* SmNodeListParser::Error(){
- return new SmErrorNode(PE_UNEXPECTED_TOKEN, SmToken());
+ return new SmErrorNode(SmToken());
}
bool SmNodeListParser::IsOperator(const SmToken &token) {