]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / insets / InsetERT.h
index e1add048b6912355d14c9442c24e7dfd01064796..3f38f0e70eb9fc2d08f1fa602bcc44603faece33 100644 (file)
@@ -32,7 +32,7 @@ class Language;
 class InsetERT : public InsetCollapsable {
 public:
        ///
-       InsetERT(Buffer const &, CollapseStatus status = Open);
+       InsetERT(Buffer *, CollapseStatus status = Open);
        ///
        ~InsetERT();
        ///
@@ -51,7 +51,7 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const {}
        ///