]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / lyxtext.h
index 4356776a5d6747e5dc7ed534b50e6d09070c7e7e..c4e345234f8d77aad73dec12c6ddc107d050e45d 100644 (file)
@@ -232,6 +232,8 @@ public:
        bool backspacePos0(LCursor & cur);
        /// Delete character before cursor. Honour CT
        bool backspace(LCursor & cur);
+       // Dissolve the inset under cursor
+       bool dissolveInset(LCursor & cur);
        ///
        bool selectWordWhenUnderCursor(LCursor & cur, lyx::word_location);
        ///