]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.h
fix http://bugzilla.lyx.org/show_bug.cgi?id=4998
[lyx.git] / src / insets / InsetBranch.h
index e9c7f6b6f5803f3ee0329ad6b82871779f42b69e..f51315ff93f77c4de2c89fc3992c479677069e47 100644 (file)
@@ -78,6 +78,8 @@ private:
        ///
        void validate(LaTeXFeatures &) const;
        ///
+       void addToToc(DocIterator const &);
+       ///
        InsetBranchParams const & params() const { return params_; }
        ///
        void setParams(InsetBranchParams const & params) { params_ = params; }