]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
support for table cell rotations; fileformat change
[lyx.git] / src / insets / Inset.h
index 2d272e34365a7ea44a920119210e79425d4414bd..fbe664d5f6c3a43759b132d91d884b6ea7ced297 100644 (file)
@@ -408,11 +408,11 @@ public:
        
        /// \return Context menu identifier. This function determines
        /// whose Inset's menu should be shown for the given position.
-       virtual docstring contextMenu(BufferView const & bv, int x, int y) const;
+       virtual std::string contextMenu(BufferView const & bv, int x, int y) const;
 
        /// \return Context menu identifier for this inset.
        /// This default implementation returns an empty string.
-       virtual docstring contextMenuName() const;
+       virtual std::string contextMenuName() const;
 
 
        virtual docstring layoutName() const;