]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.h
Disable changebar checkbox if show changes in output is off
[lyx.git] / src / output_xhtml.h
index 3c4ad2ae0dd69dc66d23e12f31ae3a2955f21b9d..a9ee0ea090baa8230509aa9cd811a09da9709084 100644 (file)
@@ -75,7 +75,7 @@ struct StartTag
 struct EndTag
 {
        ///
-       explicit EndTag(std::string tag) : tag_(tag) {}
+       explicit EndTag(std::string const & tag) : tag_(tag) {}
        ///
        virtual ~EndTag() {}
        /// </tag_>