X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetPhantom.h;h=d27721f098f2e06581db25b6316e2bffbaa08e92;hb=a3c84666b2dbfc75c9a80cf4f94612149cb2b570;hp=41fba8fb42868c64aa5de5d8a5da2f726995502f;hpb=67e70c6c022fa445cd654937faeb87955e3bca7a;p=lyx.git diff --git a/src/insets/InsetPhantom.h b/src/insets/InsetPhantom.h index 41fba8fb42..d27721f098 100644 --- a/src/insets/InsetPhantom.h +++ b/src/insets/InsetPhantom.h @@ -47,7 +47,7 @@ class InsetPhantom : public InsetCollapsable { public: /// - InsetPhantom(Buffer const &, std::string const &); + InsetPhantom(Buffer *, std::string const &); /// ~InsetPhantom(); /// @@ -57,8 +57,6 @@ public: /// InsetPhantomParams const & params() const { return params_; } private: - /// - docstring editMessage() const; /// InsetCode lyxCode() const { return PHANTOM_CODE; } /// @@ -84,7 +82,7 @@ private: /// int docbook(odocstream &, OutputParams const &) const; /// Makes no sense fof XHTML. - docstring xhtml(odocstream &, OutputParams const &) const; + docstring xhtml(XHTMLStream &, OutputParams const &) const; /// bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const; ///