mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Use const &.
This commit is contained in:
parent
c16986161a
commit
499fc04c9a
@ -387,7 +387,7 @@ void RowPainter::paintFirst() const
|
||||
|
||||
void RowPainter::paintLabel() const
|
||||
{
|
||||
docstring const str = par_.labelString();
|
||||
docstring const & str = par_.labelString();
|
||||
if (str.empty())
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user