]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
Helge's infamous brackets bug
[lyx.git] / src / lyxfind.h
index f37642513b1246b92f9938a6b4819ef25188d382..8a82caac878c06251190ea40caf07f6f871aa56f 100644 (file)
@@ -49,13 +49,13 @@ std::string const replace2string(std::string const & search,
  *  \c ev.argument and act on it.
  * The string is encoded by \c find2string.
  */
-void find(FuncRequest const & ev);
+void find(BufferView * bv, FuncRequest const & ev);
 
 /** Parse the string encoding of the replace request that is found in
  *  \c ev.argument and act on it.
  * The string is encoded by \c replace2string.
  */
-void replace(FuncRequest const &);
+void replace(BufferView * bv, FuncRequest const &);
 
 /// find the next change in the buffer
 bool findNextChange(BufferView * bv);