]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
fix typo that put too many include paths for most people
[lyx.git] / src / BufferView.h
index bb1a72c3a330f573bc66aff22155b87e2bd5b8b4..72bbc4c1dc19458b49ba06c3b3e4cca159af5425 100644 (file)
@@ -64,7 +64,7 @@ public:
        ///
        void redraw();
        ///
-       void fitCursor();
+       bool fitCursor();
        ///
        void update();
        //
@@ -169,7 +169,7 @@ public:
        ///
        void hideLockedInsetCursor();
        ///
-       void fitLockedInsetCursor(int x, int y, int asc, int desc);
+       bool fitLockedInsetCursor(int x, int y, int asc, int desc);
        ///
        int unlockInset(UpdatableInset * inset);
        ///