On 05.03.2011 00:00, Pavel Sanda wrote:
[email protected] wrote:
Author: tommaso
Date: Fri Mar 4 23:19:19 2011
New Revision: 37853
URL: http://www.lyx.org/trac/changeset/37853
Log:
Implements functionality of the replaceAll button on Advanced F&R.
CXX FindAndReplace.o
../../../../src/frontends/qt4/FindAndReplace.cpp:297: error: prototype for 'bool
lyx::frontend::FindAndReplaceWidget::findAndReplaceScope(lyx::FindAndReplaceOptions&,
bool)' does not match any in class 'lyx::frontend::FindAndReplaceWidget'
../../../../src/frontends/qt4/FindAndReplace.h:56: error: candidate is: void
lyx::frontend::FindAndReplaceWidget::findAndReplaceScope(lyx::FindAndReplaceOptions&)
../../../../src/frontends/qt4/FindAndReplace.cpp:389: error: prototype for
'bool lyx::frontend::FindAndReplaceWidget::findAndReplace(bool, bool, bool,
bool, bool, bool, bool, bool)' does not match any in class
'lyx::frontend::FindAndReplaceWidget'
Fixed:
http://www.lyx.org/trac/changeset/37859/lyx-devel/trunk
Tommaso, please have a look at the default parameter.
Peter