]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibitem.h
How about if we write a script to do some of this and stop doing it
[lyx.git] / src / insets / InsetBibitem.h
index 07174c10dfa44c33d007cc89b10c26d4b7d45621..cdbd857873f84130a8dd306e9e073c8472a9dfb6 100644 (file)
@@ -32,7 +32,7 @@ class InsetBibitem : public InsetCommand
 {
 public:
        ///
-       InsetBibitem(Buffer const &, InsetCommandParams const &);
+       InsetBibitem(Buffer *, InsetCommandParams const &);
        ///
        virtual ~InsetBibitem();
        ///
@@ -61,11 +61,11 @@ private:
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
-       void xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        virtual void fillWithBibKeys(BiblioInfo &, InsetIterator const &) const;
        /// Update the counter of this inset
-       virtual void updateLabels(ParIterator const &);
+       virtual void updateLabels(ParIterator const &, bool);
        ///
        void updateCommand(docstring const & new_key, bool dummy = false);
        ///