]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.cpp
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / insets / InsetERT.cpp
index a82ccfbe45c9b24c0b285a2d59c0fab5a8bef861..d1e15bae8b806ddf27e1a9a8203a66d24a2baa09 100644 (file)
@@ -44,7 +44,7 @@ using namespace lyx::support;
 
 namespace lyx {
 
-InsetERT::InsetERT(Buffer const & buf, CollapseStatus status)
+InsetERT::InsetERT(Buffer * buf, CollapseStatus status)
        : InsetCollapsable(buf)
 {
        status_ = status;
@@ -184,7 +184,7 @@ string InsetERT::params2string(CollapseStatus status)
 }
 
 
-docstring InsetERT::xhtml(odocstream &, OutputParams const &) const
+docstring InsetERT::xhtml(XHTMLStream &, OutputParams const &) const
 {
        return docstring();
 }