]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetRef.h
Fix a number of other uninitialized members.
[lyx.git] / src / insets / InsetRef.h
index 002fa64d10ab656287fa10324064def6c6863f9d..f8854236785d4e153a05ccc0e7f18ce3a984975a 100644 (file)
@@ -64,13 +64,14 @@ public:
        /// 
        void toString(odocstream &) const;
        ///
-       void forOutliner(docstring &, size_t) const;
+       void forOutliner(docstring &, size_t const, bool const) const;
        ///
        void validate(LaTeXFeatures & features) const;
        ///
        void updateBuffer(ParIterator const & it, UpdateType);
        ///
-       void addToToc(DocIterator const & di, bool output_active) const;
+       void addToToc(DocIterator const & di, bool output_active,
+                                 UpdateType utype) const;
        ///
        bool forceLTR() const { return true; }
        //@}