]> git.lyx.org Git - lyx.git/commitdiff
Use const &.
authorRichard Heck <rgheck@lyx.org>
Wed, 29 Jun 2016 16:51:55 +0000 (12:51 -0400)
committerRichard Heck <rgheck@lyx.org>
Wed, 29 Jun 2016 16:51:55 +0000 (12:51 -0400)
src/RowPainter.cpp

index 5b3e6472eddcbae55ca2362e678b32bfdfc368c8..a50d8f8120f33bd929d1bdd0283fe68507f51398 100644 (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;