]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrow.C
The graphics part of J�rgen S's latest patch + a few tweaks of my own.
[lyx.git] / src / lyxrow.C
index 748dddda1a6f50c468a1c51986689e63001eaca7..d043dcfbf760890ac69f383a6d94bdecafb642a9 100644 (file)
@@ -23,19 +23,19 @@ Row::Row()
 {}
 
 
-void Row::par(LyXParagraph * p)
+void Row::par(Paragraph * p)
 {
        par_ = p;
 }
 
 
-void Row::pos(LyXParagraph::size_type p)
+void Row::pos(lyx::pos_type p)
 {
        pos_ = p;
 }
 
 
-LyXParagraph::size_type Row::pos() const
+lyx::pos_type Row::pos() const
 {
        return pos_;
 }