]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
add missing writeNormal() methods to some insets
[lyx.git] / src / BufferView.h
index 5610aa32c5d066d6b7b39aa15863048e3f60e799..ff0a3ffbfef17805412131a87ed8850942a2a17a 100644 (file)
@@ -65,7 +65,7 @@ public:
        ///
        void redraw();
        ///
-       void fitCursor(LyXText *);
+       void fitCursor();
        ///
        void update();
        //
@@ -136,7 +136,7 @@ public:
        ///
        void paste();
        ///
-       void cut();
+       void cut(bool realcut = true);
        ///
        void copy();
        ///