Compilation fails after this patch.

On 02/07/2011 03:36 PM, tomm...@lyx.org wrote:
Author: tommaso
Date: Mon Feb  7 21:36:40 2011
New Revision: 37549
URL: http://www.lyx.org/trac/changeset/37549
@@ -462,19 +408,18 @@
        else
                LASSERT(false, /**/);
        LYXERR(Debug::FIND, "FindAndReplaceOptions: "
-       <<  "searchstring="<<  searchString
+       <<  "find_buf_name="<<  find_buf_name
        <<  ", casesensitiv="<<  casesensitive
        <<  ", matchword="<<  matchword
        <<  ", backwards="<<  backwards
        <<  ", expandmacros="<<  expandmacros
        <<  ", ignoreformat="<<  ignoreformat
-       <<  ", regexp="<<  regexp
-       <<  ", replaceString"<<  replaceString
+       <<  ", repl_buf_name"<<  repl_buf_name
        <<  ", keep_case="<<  keep_case
        <<  ", scope="<<  scope);

This....

-       FindAndReplaceOptions opt(searchString, casesensitive, matchword,
+       FindAndReplaceOptions opt(find_buf_name, casesensitive, matchword,
                                  !backwards, expandmacros, ignoreformat,
-                                 regexp, replaceString, keep_case, scope);
+                                 repl_buf_name, keep_case, scope);
        findAndReplaceScope(opt);
  }
does not have enough bools for its definition.

rh

Reply via email to