From 21c55791344a6b48875bcddb1507d3dd1d6b49cb Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Fri, 8 Dec 2006 19:49:01 +0000 Subject: [PATCH] revert accidental change git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16213 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/lyxfind.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lyxfind.C b/src/lyxfind.C index 93797a6159..47f93cf23f 100644 --- a/src/lyxfind.C +++ b/src/lyxfind.C @@ -218,7 +218,7 @@ bool stringSelected(BufferView * bv, string const & searchstr, int replace(BufferView * bv, string const & searchstr, - std::string const & replacestr, bool cs, bool mw, bool fw) + string const & replacestr, bool cs, bool mw, bool fw) { if (!searchAllowed(bv, searchstr) || bv->buffer()->isReadonly()) return 0;