]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.h
Next step in fixing problems noted by Vincent: Remove magic boolean from
[lyx.git] / src / output_xhtml.h
index 0e69424426be5b86441d890f4462b1b3149237b6..874cc9903e68ea181dcf301dc31a017fe0d6f4ab 100644 (file)
@@ -32,7 +32,7 @@ namespace html {
 /// be escaped before being passed to the constructor.
 struct StartTag {
        ///
-       explicit StartTag(std::string const & tag) : tag_(tag) {}
+       explicit StartTag(std::string const & tag) : tag_(tag), keepempty_(false) {}
        ///
        explicit StartTag(std::string const & tag, std::string const & attr, 
                bool keepempty = false)