]> 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 b6dd19dac41579df7cbb232141451bd3f0cc4f9e..25902867ec9d7bbc78e426dc2d40d7062f8c736c 100644 (file)
@@ -509,7 +509,7 @@ void MathMacro::validate(LaTeXFeatures & features) const
 }
 
 
-void MathMacro::edit(Cursor & cur, bool front, EntryDirectionType entry_from)
+void MathMacro::edit(Cursor & cur, bool front, EntryDirection entry_from)
 {
        cur.updateFlags(Update::Force);
        InsetMathNest::edit(cur, front, entry_from);