]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBox.h
HTML output code for a handful of easy insets.
[lyx.git] / src / insets / InsetBox.h
index b4c197769e511f7100e21775b025989411620643..c254fb6ea1dacf8f7f76f9fa9c40d49ac0788f65 100644 (file)
@@ -119,6 +119,8 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
+       int xhtml(odocstream &, OutputParams const &) const;
+       ///
        void validate(LaTeXFeatures &) const;
        ///
        InsetBoxParams const & params() const { return params_; }