]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrow.C
whitespace changes;
[lyx.git] / src / lyxrow.C
index 8cb91b846556635bc60b671a8f9e2c1d391ddde4..d043dcfbf760890ac69f383a6d94bdecafb642a9 100644 (file)
@@ -29,13 +29,13 @@ void Row::par(Paragraph * p)
 }
 
 
-void Row::pos(Paragraph::size_type p)
+void Row::pos(lyx::pos_type p)
 {
        pos_ = p;
 }
 
 
-Paragraph::size_type Row::pos() const
+lyx::pos_type Row::pos() const
 {
        return pos_;
 }