X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetIndex.h;h=26d4fc5e32b15dcb74efa5d1b1a3c7e8ba50dc15;hb=e7f2bbe1eec4752ae2c88481bd77320186bbb8fb;hp=b6a0669ee614fd29e899ece2ebc1c5e248531bdd;hpb=c75d667e788bbb43f98698217afacc107b73d353;p=lyx.git diff --git a/src/insets/InsetIndex.h b/src/insets/InsetIndex.h index b6a0669ee6..26d4fc5e32 100644 --- a/src/insets/InsetIndex.h +++ b/src/insets/InsetIndex.h @@ -79,7 +79,7 @@ private: /// Updates needed features for this inset. void validate(LaTeXFeatures & features) const; /// - docstring contextMenu(BufferView const & bv, int x, int y) const; + docstring contextMenuName() const; /// Inset * clone() const { return new InsetIndex(*this); } @@ -108,7 +108,7 @@ public: /// bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const; /// - docstring contextMenu(BufferView const & bv, int x, int y) const; + docstring contextMenuName() const; /// Updates needed features for this inset. void validate(LaTeXFeatures & features) const; ///