]> 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 21873a8ae0d7a96c945cda60f0a85d886c9907d8..d043dcfbf760890ac69f383a6d94bdecafb642a9 100644 (file)
@@ -29,13 +29,13 @@ void Row::par(Paragraph * p)
 }
 
 
-void Row::pos(pos_type p)
+void Row::pos(lyx::pos_type p)
 {
        pos_ = p;
 }
 
 
-Row::pos_type Row::pos() const
+lyx::pos_type Row::pos() const
 {
        return pos_;
 }