]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_cursor.C
simplify BigopInset handling
[features.git] / src / mathed / math_cursor.C
index d8ec314f5ceeffcea2b384eb9b11eff59ab4a01d..bc1ddf707cbab430b895c2a3df669de4e1a5e4bc 100644 (file)
@@ -667,7 +667,7 @@ void MathCursor::interpret(string const & s)
                switch (l->token) {
                        case LM_TK_BIGSYM: 
                        case LM_TK_FUNCLIM:
-                               p = new MathBigopInset(s, l->id);
+                               p = new MathBigopInset(l);
                                break;
                                
                        case LM_TK_SYM: {