X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTexRow.cpp;h=af0268ade280d7be74d08f95c938bff84eaad625;hb=1acedf11da79f509da706bc8d6d2f491c9676087;hp=e51c4fb4ff01b6a966c7cdb682293a48db2290ed;hpb=d056efff9d176d2876396b335c633e1936a7dcd5;p=lyx.git diff --git a/src/TexRow.cpp b/src/TexRow.cpp index e51c4fb4ff..af0268ade2 100644 --- a/src/TexRow.cpp +++ b/src/TexRow.cpp @@ -13,7 +13,7 @@ #include #include "TexRow.h" -#include "debug.h" +#include "support/debug.h" #include @@ -46,7 +46,7 @@ void TexRow::newline() bool TexRow::getIdFromRow(int row, int & id, int & pos) const { - if (row <= 0 || row > rowlist.size()) { + if (row <= 0 || row > int(rowlist.size())) { id = -1; pos = 0; return false;