diff options
Diffstat (limited to 'starmath/source/parse5.cxx')
-rw-r--r-- | starmath/source/parse5.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/starmath/source/parse5.cxx b/starmath/source/parse5.cxx index 23ffb17d19d3..a3b253bfd308 100644 --- a/starmath/source/parse5.cxx +++ b/starmath/source/parse5.cxx @@ -2686,8 +2686,7 @@ std::unique_ptr<SmExpressionNode> SmParser5::DoError(SmParseError eError) // end grammar SmParser5::SmParser5() - : AbstractSmParser() - , m_nCurError(0) + : m_nCurError(0) , m_nBufferIndex(0) , m_nTokenIndex(0) , m_nRow(0) |