X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetIndex.h;h=a980a4278143b75fa63966044ac88f87374d7413;hb=dae8555234f0e5c8358b91c307d91b219c664617;hp=0c6a961a49c689174cca5cf6db42df4cecf13201;hpb=3f27f951cbc2521edfbf78792839d61306bdb978;p=lyx.git diff --git a/src/insets/InsetIndex.h b/src/insets/InsetIndex.h index 0c6a961a49..a980a42781 100644 --- a/src/insets/InsetIndex.h +++ b/src/insets/InsetIndex.h @@ -71,7 +71,7 @@ private: /// should paragraph indendation be omitted in any case? bool neverIndent() const { return true; } /// - void addToToc(DocIterator const &) const; + void addToToc(DocIterator const & di, bool output_active) const; /// docstring toolTip(BufferView const & bv, int x, int y) const; /// @@ -79,7 +79,7 @@ private: /// Updates needed features for this inset. void validate(LaTeXFeatures & features) const; /// - docstring contextMenuName() const; + std::string contextMenuName() const; /// Inset * clone() const { return new InsetIndex(*this); } @@ -108,7 +108,7 @@ public: /// bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const; /// - docstring contextMenuName() const; + std::string contextMenuName() const; /// Updates needed features for this inset. void validate(LaTeXFeatures & features) const; ///