[EMAIL PROTECTED] schrieb:
Modified: lyx-devel/trunk/src/Paragraph.cpp URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/Paragraph.cpp?rev=19150 ============================================================================== --- lyx-devel/trunk/src/Paragraph.cpp (original) +++ lyx-devel/trunk/src/Paragraph.cpp Fri Jul 20 03:28:20 2007 @@ -191,7 +191,7 @@ /// void simpleTeXSpecialChars(Buffer const &, BufferParams const &, odocstream &, - TexRow & texrow, OutputParams const &, + TexRow & texrow, OutputParams &, Font & running_font, Font & basefont, Font const & outerfont, @@ -662,7 +662,7 @@ BufferParams const & bparams, odocstream & os, TexRow & texrow, - OutputParams const & runparams, + OutputParams & runparams, Font & running_font, Font & basefont, Font const & outerfont,
Hmpf.... wasn't the removal of the const-ness the major reason why my change tracking patch was rejected?
Michael