]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetPhantom.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetPhantom.h
index 5290c8f606a485d4252137ccf5d7e628f12ebc26..d27721f098f2e06581db25b6316e2bffbaa08e92 100644 (file)
@@ -47,7 +47,7 @@ class InsetPhantom : public InsetCollapsable
 {
 public:
        ///
-       InsetPhantom(Buffer const &, std::string const &);
+       InsetPhantom(Buffer *, std::string const &);
        ///
        ~InsetPhantom();
        ///
@@ -82,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;
        ///