]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrow.C
remove broken xpm
[lyx.git] / src / lyxrow.C
index 21873a8ae0d7a96c945cda60f0a85d886c9907d8..3dbe39095f9f23fee7db15faa03773d663c1e7fe 100644 (file)
@@ -1,8 +1,8 @@
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
- *      
+ *
  *           Copyright 1995 Matthias Ettrich
  *           Copyright 1995-2001 The LyX Team.
  *
@@ -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_;
 }