]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.h
support for table cell rotations; fileformat change
[lyx.git] / src / insets / InsetIndex.h
index 0c6a961a49c689174cca5cf6db42df4cecf13201..42d67615b907e2535c254bdf7dd873a188a18694 100644 (file)
@@ -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;
        ///