]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacro.cpp
simplify GuiToc / TocWidget interaction. Much can still be simplified...
[lyx.git] / src / mathed / MathMacro.cpp
index c43fcd48984e92ad8404811da2c9efc3b84b7093..25902867ec9d7bbc78e426dc2d40d7062f8c736c 100644 (file)
@@ -509,10 +509,10 @@ void MathMacro::validate(LaTeXFeatures & features) const
 }
 
 
-void MathMacro::edit(Cursor & cur, bool left)
+void MathMacro::edit(Cursor & cur, bool front, EntryDirection entry_from)
 {
        cur.updateFlags(Update::Force);
-       InsetMathNest::edit(cur, left);
+       InsetMathNest::edit(cur, front, entry_from);
 }