]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommand.cpp
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetCommand.cpp
index 6593171920e953024e378accd9fecc53d2c2344d..6ade744ed93c431da1d5f1a4cd1edb9eeec4b7f8 100644 (file)
@@ -160,7 +160,7 @@ bool InsetCommand::getStatus(Cursor & cur, FuncRequest const & cmd,
 }
 
 
-void InsetCommand::edit(Cursor & cur, bool, EntryDirectionType)
+void InsetCommand::edit(Cursor & cur, bool, EntryDirection)
 {
        if (!mailer_name_.empty())
                InsetCommandMailer(mailer_name_, *this).showDialog(&cur.bv());