X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetPhantom.h;h=d27721f098f2e06581db25b6316e2bffbaa08e92;hb=a3c84666b2dbfc75c9a80cf4f94612149cb2b570;hp=a6ccaa7a4fa9a492b6e71794bd62d570e054077f;hpb=8979fed151a8f589dda925e914f21f34c2e472cd;p=lyx.git diff --git a/src/insets/InsetPhantom.h b/src/insets/InsetPhantom.h index a6ccaa7a4f..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; } /// @@ -83,6 +81,8 @@ private: int plaintext(odocstream &, OutputParams const &) const; /// int docbook(odocstream &, OutputParams const &) const; + /// Makes no sense fof XHTML. + docstring xhtml(XHTMLStream &, OutputParams const &) const; /// bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const; ///