]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.h
Make sure we center displayed equations.
[lyx.git] / src / insets / InsetBranch.h
index ecd2f7d7e2b5ffdeec15201629240705ead56043..b4ecbc8c99507bd81c0be3d806ed1c17efd6867d 100644 (file)
@@ -61,7 +61,7 @@ private:
        ///
        void read(Lexer & lex);
        ///
-       docstring const buttonLabel(BufferView const & bv) const;
+       docstring const buttonLabel(BufferView const &) const;
        ///
        ColorCode backgroundColor(PainterInfo const &) const;
        ///
@@ -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_; }
        ///