]> 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 ecd2f7d7e2b5ffdeec15201629240705ead56043..e005bce24594384cc1737a4fb2b6377097a02630 100644 (file)
@@ -76,13 +76,14 @@ private:
        ///
        void toString(odocstream &) const;
        ///
-       void forOutliner(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_; }
        ///