]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
Fix class switching bug
[lyx.git] / src / BufferView_pimpl.h
index 858e809af38a029bc985f634468527eaee9aadce..7eaef53b6d3cffeb37ef0492aaed15112641377c 100644 (file)
@@ -81,9 +81,9 @@ struct BufferView::Pimpl : public Object {
        ///
        void cursorToggle();
        ///
-       void cursorPrevious();
+       void cursorPrevious(LyXText *);
        ///
-       void cursorNext();
+       void cursorNext(LyXText *);
        ///
        bool available() const;
        ///