X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxcursor.C;h=12afbd3df941172db23deff947914627bccb23d1;hb=21226de2b87a86be19fff025cace3d286a75aa76;hp=fc45d0a0b307602b20da5c144f113d6fba74f41f;hpb=cd6e293ed7c588748fe0cf5927f46dc5e9ae6e35;p=lyx.git diff --git a/src/lyxcursor.C b/src/lyxcursor.C index fc45d0a0b3..12afbd3df9 100644 --- a/src/lyxcursor.C +++ b/src/lyxcursor.C @@ -35,13 +35,13 @@ Paragraph * LyXCursor::par() const } -void LyXCursor::pos(pos_type p) +void LyXCursor::pos(lyx::pos_type p) { pos_ = p; } -LyXCursor::pos_type LyXCursor::pos() const +lyx::pos_type LyXCursor::pos() const { return pos_; }