]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
More requires --> required, for C++2a.
[lyx.git] / src / BufferView.h
index 45928f256ee44f720b28282eef1057d3cd248eaf..40dd0d29c352a4496ef0b3301b2910fda1c67226 100644 (file)
@@ -307,8 +307,8 @@ public:
        Point getPos(DocIterator const & dit) const;
        /// is the paragraph of the cursor visible ?
        bool paragraphVisible(DocIterator const & dit) const;
-       /// is the cursor currently visible in the view
-       bool cursorInView(Point const & p, int h) const;
+       /// is the caret currently visible in the view
+       bool caretInView() const;
        /// get the position and height of the caret
        void caretPosAndHeight(Point & p, int & h) const;