]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / insets / InsetFloat.h
index 614cebba08d150d2a0850f0733deb27875563d14..35539ece9de5cce67b1390ce76afdaa84adb841f 100644 (file)
@@ -89,7 +89,7 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        bool insetAllowed(InsetCode) const;
        /** returns true if, when outputing LaTeX, font changes should
@@ -101,7 +101,7 @@ private:
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        // Update the counters of this inset and of its contents
-       void updateLabels(ParIterator const &);
+       void updateLabels(ParIterator const &, bool);
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///