X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxrow.C;h=d043dcfbf760890ac69f383a6d94bdecafb642a9;hb=d899c547de3f689b09cd440a76a46e45cf75c7b0;hp=21873a8ae0d7a96c945cda60f0a85d886c9907d8;hpb=cd6e293ed7c588748fe0cf5927f46dc5e9ae6e35;p=lyx.git diff --git a/src/lyxrow.C b/src/lyxrow.C index 21873a8ae0..d043dcfbf7 100644 --- a/src/lyxrow.C +++ b/src/lyxrow.C @@ -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_; }