]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetMarginal.h
When selecting special logos, set their color correctly
[lyx.git] / src / insets / InsetMarginal.h
index 38e1a9c50a067590c3f53ebfe10c726acb9cda7c..237beeeef8550542e9f519de44d9a82d8c7491ed 100644 (file)
@@ -36,7 +36,8 @@ public:
        ///
        int docbook(odocstream &, OutputParams const & runparams) const;
        ///
-       void addToToc(DocIterator const & di, bool output_active) const;
+       void addToToc(DocIterator const & di, bool output_active,
+                                 UpdateType utype) const;
 private:
        ///
        Inset * clone() const { return new InsetMarginal(*this); }