]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetPhantom.cpp
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetPhantom.cpp
index b058a72e26ab580df5028abe41587f45bc56a142..d21b0b1bf58d09399d68c4cff72d65c20186fb2a 100644 (file)
@@ -112,7 +112,7 @@ void InsetPhantomParams::read(Lexer & lex)
 //
 /////////////////////////////////////////////////////////////////////
 
-InsetPhantom::InsetPhantom(Buffer const & buf, string const & label)
+InsetPhantom::InsetPhantom(Buffer * buf, string const & label)
        : InsetCollapsable(buf)
 {
        setDrawFrame(false);
@@ -358,7 +358,7 @@ int InsetPhantom::docbook(odocstream & os, OutputParams const & runparams) const
 }
 
 
-docstring InsetPhantom::xhtml(odocstream &, OutputParams const &) const
+docstring InsetPhantom::xhtml(XHTMLStream &, OutputParams const &) const
 {
        return docstring();
 }