]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
Partial fix bug 2092: branches not propagated to child documents
[lyx.git] / src / lyxtext.h
index ab1362d932a490bb776bf9486e73a60ab910edec..a26b8136ae1bfb06d646c6c637c7c79194022be4 100644 (file)
@@ -373,7 +373,7 @@ private:
        void fixCursorAfterDelete(CursorSlice & cur, CursorSlice const & where);
 
        /// delete double space or empty paragraphs around old cursor
-       bool deleteEmptyParagraphMechanism(LCursor & cur, LCursor const & old);
+       bool deleteEmptyParagraphMechanism(LCursor & cur, LCursor & old);
 
        ///
        void deleteWordForward(LCursor & cur);