]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.h
How about if we write a script to do some of this and stop doing it
[lyx.git] / src / insets / InsetNote.h
index 98238496cb36f6f765081c3f57ce193a530c3816..f5685681a145f5eb141a6468903a46c1b9c0db25 100644 (file)
@@ -47,7 +47,7 @@ class InsetNote : public InsetCollapsable
 {
 public:
        ///
-       InsetNote(Buffer const &, std::string const &);
+       InsetNote(Buffer *, std::string const &);
        ///
        ~InsetNote();
        ///
@@ -89,7 +89,7 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const;
        ///