X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fcursor.h;h=557ceae7e12b8270190220e3b7f6afa1f136bb96;hb=e7f4618bcce770369cf46335c2c7f0164b4b8857;hp=ed3fdef34e4c04b1ed900c2b726ad62f880579d0;hpb=47adc642a3dd142372760ef6208648815e386b6d;p=lyx.git diff --git a/src/cursor.h b/src/cursor.h index ed3fdef34e..557ceae7e1 100644 --- a/src/cursor.h +++ b/src/cursor.h @@ -91,7 +91,7 @@ public: // docstring selectionAsString(bool label) const; /// - std::string currentState(); + docstring currentState(); /// auto-correct mode bool autocorrect() const { return autocorrect_; } @@ -104,8 +104,6 @@ public: /// returns x,y position void getPos(int & x, int & y) const; /// the row in the paragraph we're in - Row & textRow(); - /// the row in the paragraph we're in Row const & textRow() const; //