]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCitation.h
Does not compile on older gcc.
[lyx.git] / src / insets / InsetCitation.h
index 9ac4e0bbd16a07dd26a2ede5a2ff555162ef5379..bc15e11a6f28609e8acec5db1fcb1f694b159c0c 100644 (file)
@@ -56,15 +56,15 @@ public:
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       int docbook(odocstream &, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void toString(odocstream &) const;
        ///
        void forOutliner(docstring &, size_t const, bool const) const;
        ///
-       void updateBuffer(ParIterator const & it, UpdateType);
+       void updateBuffer(ParIterator const & it, UpdateType, bool const deleted = false);
        ///
        void addToToc(DocIterator const & di, bool output_active,
                                  UpdateType utype, TocBackend & backend) const;