]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / insets / InsetInclude.h
index 208c79ee6afb83859db6b23491651799d655570b..aee16c0043358f64d79744ea7f930c4a8e908321 100644 (file)
@@ -80,7 +80,7 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const;
        ///
@@ -90,7 +90,7 @@ public:
        ///
        void updateCommand();
        ///
-       void updateLabels(ParIterator const &);
+       void updateLabels(ParIterator const &, bool);
        ///
        static ParamInfo const & findInfo(std::string const &);
        ///