X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetBox.h;h=83ba43403e07129dd5270eb6446a85970aa820f6;hb=996505c2ae981187d34580633fca410972c2493d;hp=c254fb6ea1dacf8f7f76f9fa9c40d49ac0788f65;hpb=f61bebd7fb25beabdf0dc761520030f9059499d6;p=lyx.git diff --git a/src/insets/InsetBox.h b/src/insets/InsetBox.h index c254fb6ea1..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(); /// @@ -87,8 +87,6 @@ private: /// friend class InsetBoxParams; /// - docstring editMessage() const; - /// InsetCode lyxCode() const { return BOX_CODE; } /// docstring name() const; @@ -119,7 +117,7 @@ private: /// int docbook(odocstream &, OutputParams const &) const; /// - int xhtml(odocstream &, OutputParams const &) const; + docstring xhtml(XHTMLStream &, OutputParams const &) const; /// void validate(LaTeXFeatures &) const; ///