]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
"Inter-word Space"
[lyx.git] / src / BufferView_pimpl.h
index 761d1911dcc66306ebe973eaf8eb5bc2efabf190..5f4baf4f635fbb657009473fd8cfdee7fd95b3e4 100644 (file)
@@ -10,6 +10,7 @@
 #ifndef BUFFERVIEW_PIMPL_H
 #define BUFFERVIEW_PIMPL_H
 
+#include "errorlist.h"
 #include "BufferView.h"
 #include "frontends/Timeout.h"
 #include "frontends/key_state.h"
@@ -89,10 +90,6 @@ struct BufferView::Pimpl : public boost::signals::trackable {
        ///
        void insetUnlock();
        ///
-       void showCursor();
-       ///
-       void hideCursor();
-       ///
        void toggleSelection(bool = true);
        ///
        void toggleToggle();
@@ -107,6 +104,9 @@ struct BufferView::Pimpl : public boost::signals::trackable {
        /// a function should be executed
        bool dispatch(FuncRequest const & ev);
 private:
+       /// An error list (replaces the error insets)
+       ErrorList errorlist_;
+
        /// track changes for the document
        void trackChanges();