X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetBox.h;h=83ba43403e07129dd5270eb6446a85970aa820f6;hb=996505c2ae981187d34580633fca410972c2493d;hp=183f54ebcb28dec89cc397d31020c358171c1c30;hpb=78c45693ef3f99a7671443238b448f4a69fd7717;p=lyx.git diff --git a/src/insets/InsetBox.h b/src/insets/InsetBox.h index 183f54ebcb..83ba43403e 100644 --- a/src/insets/InsetBox.h +++ b/src/insets/InsetBox.h @@ -76,7 +76,7 @@ public: Doublebox }; /// - InsetBox(Buffer const &, std::string const &); + InsetBox(Buffer *, std::string const &); /// ~InsetBox(); /// @@ -117,7 +117,7 @@ private: /// int docbook(odocstream &, OutputParams const &) const; /// - docstring xhtml(odocstream &, OutputParams const &) const; + docstring xhtml(XHTMLStream &, OutputParams const &) const; /// void validate(LaTeXFeatures &) const; ///