]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetMarginal.h
Some things did not need to be mutable after all
[lyx.git] / src / insets / InsetMarginal.h
index 8f7c89a52a31fe23f81d5810e80506451abc6f8e..237beeeef8550542e9f519de44d9a82d8c7491ed 100644 (file)
@@ -36,7 +36,8 @@ public:
        ///
        int docbook(odocstream &, OutputParams const & runparams) const;
        ///
-       void addToToc(DocIterator const &) const;
+       void addToToc(DocIterator const & di, bool output_active,
+                                 UpdateType utype) const;
 private:
        ///
        Inset * clone() const { return new InsetMarginal(*this); }