]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
* allow resizing of detached panel
[lyx.git] / src / lyxtext.h
index 5bf93d8278def4cd6aa4c2fee3d53d6eeb340f40..db13b054b284dd5aa3aa22cae007fb39ccf96afc 100644 (file)
@@ -222,9 +222,9 @@ public:
        ///
        bool cursorEnd(LCursor & cur);
        ///
-       bool cursorPrevious(LCursor & cur);
+       void cursorPrevious(LCursor & cur);
        ///
-       bool cursorNext(LCursor & cur);
+       void cursorNext(LCursor & cur);
        ///
        bool cursorTop(LCursor & cur);
        ///