X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfind.h;h=2e74dc3361a9667c866d389fcac4dba7511e31d4;hb=98c966c64594611e469313314abd1e59524adb4a;hp=4bbae181ac9eeaf9ab13a25b3b34c429ac5058ba;hpb=7c0dad35b33c8f23f3d74d26f5689cc4d869c8b2;p=lyx.git diff --git a/src/lyxfind.h b/src/lyxfind.h index 4bbae181ac..2e74dc3361 100644 --- a/src/lyxfind.h +++ b/src/lyxfind.h @@ -12,12 +12,12 @@ class BufferView; int LyXReplace(BufferView * bv, string const &, string const &, - bool const &, bool const & = true, bool const & = false, - bool const & = false); + bool, bool = true, bool = false, + bool = false, bool = false); bool LyXFind(BufferView *, - string const & searchstr, bool const & forward, - bool const & frominset = false, - bool const & casesens = true, bool const & matchwrd = false); + string const & searchstr, bool forward, + bool frominset = false, bool casesens = true, + bool matchwrd = false); #endif