mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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 {
|
namespace {
|
||||||
docstring getLaTeXMarkup(docstring const macro, docstring const author,
|
docstring getLaTeXMarkup(docstring const & macro, docstring const & author,
|
||||||
docstring const chgTime,
|
docstring const & chgTime,
|
||||||
OutputParams const & runparams)
|
OutputParams const & runparams)
|
||||||
{
|
{
|
||||||
if (macro.empty())
|
if (macro.empty())
|
||||||
|
Loading…
Reference in New Issue
Block a user