]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
Compil fix
[lyx.git] / src / lyxfind.h
index e32d9a947ff0d62c0768947f8570505d1fa3148e..2401d073ce64aeeb82c348521a733671911a4810 100644 (file)
@@ -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);