]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
This patch revert part of the code changed in revision 18825. This is needed because...
[lyx.git] / src / lyxfind.h
index c6885948ac903b920a845e55d245896c60c1a68c..f9b45357e452b3087a684be8faff921da295c6a0 100644 (file)
@@ -52,7 +52,7 @@ void find(BufferView * bv, FuncRequest const & ev);
  *  \c ev.argument and act on it.
  * The string is encoded by \c replace2string.
  */
-void replace(BufferView * bv, FuncRequest const &);
+void replace(BufferView * bv, FuncRequest const &, bool has_deleted = false);
 
 /// find the next change in the buffer
 bool findNextChange(BufferView * bv);