]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
fix typo that put too many include paths for most people
[lyx.git] / src / lyxfind.h
index 4bbae181ac9eeaf9ab13a25b3b34c429ac5058ba..2e74dc3361a9667c866d389fcac4dba7511e31d4 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