X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfind.h;h=8a82caac878c06251190ea40caf07f6f871aa56f;hb=e2cd4d4c44f7c604a45dd9de9c9ade0d7c09eefc;hp=f37642513b1246b92f9938a6b4819ef25188d382;hpb=5f96595b443746ae11220cb408a74b58eef52b5e;p=lyx.git diff --git a/src/lyxfind.h b/src/lyxfind.h index f37642513b..8a82caac87 100644 --- a/src/lyxfind.h +++ b/src/lyxfind.h @@ -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);