X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfind.h;h=2401d073ce64aeeb82c348521a733671911a4810;hb=badbd3dcc344f125e301a795c33d2c67cde8d97e;hp=e32d9a947ff0d62c0768947f8570505d1fa3148e;hpb=d3e4bfb12441b1a63c52b57634c4fc709b526206;p=lyx.git diff --git a/src/lyxfind.h b/src/lyxfind.h index e32d9a947f..2401d073ce 100644 --- a/src/lyxfind.h +++ b/src/lyxfind.h @@ -62,7 +62,8 @@ bool lyxfind(BufferView * bv, FuncRequest const & ev); * The string is encoded by \c replace2string. * \return whether we did anything */ -bool lyxreplace(BufferView * bv, FuncRequest const &, bool has_deleted = false); +bool lyxreplace(BufferView * bv, + FuncRequest const &, bool has_deleted = false); /// find the next change in the buffer bool findNextChange(BufferView * bv);