X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftexrow.C;h=260517cdd75577862e5d207a21a850bccc7e269b;hb=f9a45f76521c1c2cad9dd05868b6cfcc6c81cdbe;hp=e85d661b444de8c5e68182e9ed09772ebd6ddaa5;hpb=1d7d3cc4afa2205c801ccc2aa71c7ac59359dc5f;p=lyx.git diff --git a/src/texrow.C b/src/texrow.C index e85d661b44..260517cdd7 100644 --- a/src/texrow.C +++ b/src/texrow.C @@ -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;