]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.cpp
* Inset: Prepare for an eventual merge of updateLabels() and addToToc()
[lyx.git] / src / insets / Inset.cpp
index 454cce474db47d20f92232344f29b8b5aaf9b5c5..0cfb10cdd3e074dd2057529624b56f83a2b2a4e6 100644 (file)
@@ -213,7 +213,7 @@ bool Inset::getStatus(Cursor &, FuncRequest const & cmd,
 }
 
 
-void Inset::edit(Cursor &, bool, EntryDirectionType)
+void Inset::edit(Cursor &, bool, EntryDirection)
 {
        LYXERR(Debug::INSETS, "edit left/right");
 }