]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaption.h
Fix a number of other uninitialized members.
[lyx.git] / src / insets / InsetCaption.h
index 97f2691629f863bbe44e19a7ecb5bf7db20449d5..1d8775e8ed39e7544afbacdf2bd6568913ff31f8 100644 (file)
@@ -79,9 +79,8 @@ private:
        docstring xhtml(XHTMLStream & os, OutputParams const & runparams) const;
        ///
        void setCustomLabel(docstring const & label);
-       /// \param output_active : is the toc being generated for use by the
-       /// output routines?
-       void addToToc(DocIterator const & di, bool output_active) const;
+       ///
+       void addToToc(DocIterator const & di, bool output_active, UpdateType utype) const;
        /// 
        virtual bool forcePlainLayout(idx_type = 0) const { return true; }
        /// Captions don't accept alignment, spacing, etc.