]> git.lyx.org Git - lyx.git/blobdiff - src/TexRow.cpp
* Doxy: polish html output.
[lyx.git] / src / TexRow.cpp
index e51c4fb4ff01b6a966c7cdb682293a48db2290ed..af0268ade280d7be74d08f95c938bff84eaad625 100644 (file)
@@ -13,7 +13,7 @@
 #include <config.h>
 
 #include "TexRow.h"
-#include "debug.h"
+#include "support/debug.h"
 
 #include <algorithm>
 
@@ -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;