]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetPhantom.h
* ANNOUNCE
[lyx.git] / src / insets / InsetPhantom.h
index 41fba8fb42868c64aa5de5d8a5da2f726995502f..d27721f098f2e06581db25b6316e2bffbaa08e92 100644 (file)
@@ -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;
        ///