]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.h
Rename InsetXXX::contextMenu to InsetXXX::contextMenuName. Now this function doesn...
[lyx.git] / src / insets / InsetIndex.h
index b6a0669ee614fd29e899ece2ebc1c5e248531bdd..26d4fc5e32b15dcb74efa5d1b1a3c7e8ba50dc15 100644 (file)
@@ -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;
        ///