]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.C
- Link against qt-mt333.lib which is what the current qt3 cvs produces
[lyx.git] / src / lyxfind.C
index 5d23c8297699b6a5983c9a25921a547fd223653c..d85377f6656ed7b6d21877c35657bebd26aed76b 100644 (file)
@@ -30,7 +30,7 @@
 #include "frontends/Alert.h"
 #include "frontends/LyXView.h"
 
-#include "support/tostr.h"
+#include "support/convert.h"
 
 #include <sstream>
 
@@ -88,7 +88,7 @@ public:
                        if (pos > 0 && par.isLetter(pos - 1))
                                return false;
                        if (pos + lyx::pos_type(size) < parsize
-                           && par.isLetter(pos + size));
+                           && par.isLetter(pos + size))
                                return false;
                }