Use const &.

This commit is contained in:
Richard Heck 2016-06-29 12:51:55 -04:00
parent c16986161a
commit 499fc04c9a

View File

@ -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;