]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.h
Circumvent odd stmary font metrics (part of #9990).
[lyx.git] / src / insets / InsetBranch.h
index 7521fbe0c2245ea28409dcd046cdf7c55a95b3a7..e005bce24594384cc1737a4fb2b6377097a02630 100644 (file)
@@ -76,13 +76,14 @@ private:
        ///
        void toString(odocstream &) const;
        ///
-       void forToc(docstring &, size_t) const;
+       void forOutliner(docstring &, size_t const, bool const) const;
        ///
        void validate(LaTeXFeatures &) const;
        ///
        std::string contextMenuName() const;
        ///
-       void addToToc(DocIterator const & di, bool output_active) const;
+       void addToToc(DocIterator const & di, bool output_active,
+                                 UpdateType utype) const;
        ///
        InsetBranchParams const & params() const { return params_; }
        ///