On Mon, Oct 12, 2009 at 06:34:58PM +0200, sp...@lyx.org wrote: > +namespace { > +docstring getLaTeXMarkup(docstring const macro, docstring const author, > + docstring const chgTime, > + OutputParams const & runparams)
Why copies, not references? Andre'