]> git.lyx.org Git - lyx.git/blobdiff - src/texrow.C
forgot two files
[lyx.git] / src / texrow.C
index e85d661b444de8c5e68182e9ed09772ebd6ddaa5..260517cdd75577862e5d207a21a850bccc7e269b 100644 (file)
@@ -3,8 +3,8 @@
  * 
  *           LyX, The Document Processor
  *      
- *         Copyright (C) 1995 Matthias Ettrich
- *          Copyright (C) 1995-1999 The LyX Team.
+ *         Copyright 1995 Matthias Ettrich
+ *          Copyright 1995-2000 The LyX Team.
  *
  * ====================================================== */
 
@@ -69,6 +69,8 @@ void TexRow::getIdFromRow(int row, int & id, int & pos)
                            && (*kit).pos >= (*cit).pos)
                                (*kit).pos++;
                }
+               id = (*cit).id;
+               pos = (*cit).pos;
        } else {
                id = -1;
                pos = 0;