]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
modify Inset::EntryDirectionType to follow style used in FontEnums.h for enums.
[lyx.git] / src / insets / InsetTabular.h
index c38fbc350b66ee32dc1e0ad1b5e7c7251e0e632b..677cf49e16e3bc534ada5ae76c4ddf605550538b 100644 (file)
@@ -745,7 +745,7 @@ public:
        /// set the owning buffer
        void buffer(Buffer const * buf);
        /// lock cell with given index
-       void edit(Cursor & cur, bool front, EntryDirectionType entry_from);
+       void edit(Cursor & cur, bool front, EntryDirection entry_from);
        ///
        Inset * editXY(Cursor & cur, int x, int y);
        /// can we go further down on mouse click?