]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLabel.h
Does not compile on older gcc.
[lyx.git] / src / insets / InsetLabel.h
index ef4fed9cac2ee20eb5a7d752ca5ba4e7c4f76c7c..4747bb5d3e4e6a470f88152b21cf70718dba5b9f 100644 (file)
@@ -53,11 +53,11 @@ 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 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;