Stefan Schimanski wrote:
Am 25.02.2008 um 15:21 schrieb Jürgen Spitzmüller:
mathed/InsetMathNest.cpp:1808: error: prototype for 'lyx::docstring
lyx::MathCompletionList::data(size_t) const' does not match any in
class 'lyx::MathCompletionList'
mathed/InsetMathNest.h:31: error: candidate is: virtual const
lyx::docstring&
lyx::MathCompletionList::data(size_t) const
mathed/InsetMathNest.cpp:1808: error: 'lyx::docstring
lyx::MathCompletionList::data(size_t) const' cannot be overloaded
mathed/InsetMathNest.h:31: error: with 'virtual const lyx::docstring&
lyx::MathCompletionList::data(size_t) const'
Abdel changed the signature of CompletionList::data, but forgot the
InsetMathNest.cpp change.
Oups, sorry. I see you fixed it, thanks.
Abdel.