]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
Fix crash when running lyx -dbg insets -e ...
[lyx.git] / src / lyxfind.h
index 52b79307e49cd419d00f6a62965e20d12ae61fc7..59e25534587102e9c36184d93299540c3bb6d61f 100644 (file)
@@ -7,7 +7,7 @@
 #endif
 
 #include "LString.h"
-#include "lyxparagraph.h"
+#include "paragraph.h"
 
 class BufferView;
 
@@ -18,7 +18,7 @@ bool LyXFind(BufferView * bv, string const &, bool const &, bool const &,
             bool const &);
 
 /// returns true if the specified string is at the specified  position
-bool IsStringInText(LyXParagraph * par, LyXParagraph::size_type pos,
+bool IsStringInText(Paragraph * par, Paragraph::size_type pos,
                    string const & str, bool const & = true,
                    bool const & = false);