mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 16:31:13 +00:00
* Changes.cpp (getLaTeXMarkup):
- pass references, not copies. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31606 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3b6931719a
commit
cb815e4045
@ -340,8 +340,8 @@ void Changes::merge()
|
||||
|
||||
|
||||
namespace {
|
||||
docstring getLaTeXMarkup(docstring const macro, docstring const author,
|
||||
docstring const chgTime,
|
||||
docstring getLaTeXMarkup(docstring const & macro, docstring const & author,
|
||||
docstring const & chgTime,
|
||||
OutputParams const & runparams)
|
||||
{
|
||||
if (macro.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user