]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetOptArg.cpp
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetOptArg.cpp
index 17e40dccb429ee22cd2ac9463dbbf61cd2de7efc..544b213aae429c09962ba4722de736badd0db1af 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 namespace lyx {
 
 
-InsetOptArg::InsetOptArg(Buffer const & buf)
+InsetOptArg::InsetOptArg(Buffer * buf)
        : InsetCollapsable(buf)
 {}
 
@@ -51,7 +51,7 @@ int InsetOptArg::docbook(odocstream &, OutputParams const &) const
 }
 
 
-docstring InsetOptArg::xhtml(odocstream &, OutputParams const &) const
+docstring InsetOptArg::xhtml(XHTMLStream &, OutputParams const &) const
 {
        return docstring();
 }