]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaptionable.h
Fix date inset except on windows (bug 9925)
[lyx.git] / src / insets / InsetCaptionable.h
index 9e85f67f5ee0a7e3553f0b20f8f03eddd0b58676..94202e4e6cb46214813c8edf247c111860552674 100644 (file)
@@ -38,7 +38,8 @@ protected:
        /// are our captions subcaptions?
        virtual bool hasSubCaptions(ParIterator const &) const { return false; }
        ///
-       void addToToc(DocIterator const & di, bool output_active) const;
+       void addToToc(DocIterator const & di, bool output_active,
+                                 UpdateType utype) const;
        /// Update the counters of this inset and of its contents
        void updateBuffer(ParIterator const &, UpdateType);
        ///