]> git.lyx.org Git - lyx.git/blobdiff - src/lyxcursor.C
fix build, thesaurus
[lyx.git] / src / lyxcursor.C
index c2427bddd3422c35a66959e14576fb9971cdc208..12afbd3df941172db23deff947914627bccb23d1 100644 (file)
@@ -35,13 +35,13 @@ Paragraph * LyXCursor::par() const
 }
 
 
-void LyXCursor::pos(Paragraph::size_type p)
+void LyXCursor::pos(lyx::pos_type p)
 {
        pos_ = p;
 }
 
 
-Paragraph::size_type LyXCursor::pos() const
+lyx::pos_type LyXCursor::pos() const
 {
        return pos_;
 }