]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetquotes.C
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / insetquotes.C
index b9d1957be07e1ceadb35f08ef447baf1612713ec..779b78d9e48f6bf13a7aa2cf737b96329ee40667 100644 (file)
@@ -331,7 +331,7 @@ int InsetQuotes::latex(Buffer const &, odocstream & os,
 int InsetQuotes::plaintext(Buffer const & buf, odocstream & os,
                            OutputParams const &) const
 {
-       docstring str = dispString(buf.params().language);
+       docstring const str = dispString(buf.params().language);
        os << str;
        return str.size();
 }