]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.h
Remove direct calls of exit()
[lyx.git] / src / output_xhtml.h
index ac405cdebd00a880a052d7cb38248ca70e1772d1..76f7bd98de7dc3e9653b0f52be7b6d634f350a57 100644 (file)
@@ -45,7 +45,7 @@ struct StartTag
                bool keepempty = false) 
                : tag_(tag), attr_(attr), keepempty_(keepempty) {}
        ///
-       ~StartTag() {}
+       virtual ~StartTag() {}
        /// <tag_ attr_>
        virtual docstring writeTag() const;
        /// </tag_>