]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
Fix fuer #209
[lyx.git] / src / lyxfind.h
index 4bbae181ac9eeaf9ab13a25b3b34c429ac5058ba..7ea11b7f6f20f48574307638d42fd4c1c1f4d868 100644 (file)
 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