]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.h
Allow LyX format to be written to View>Source window.
[lyx.git] / src / insets / InsetText.h
index 704194c5d0212dee50e403e438e0ffdfe49eee35..0110adf867a999ea9792f7bd6b0a207d502124ff 100644 (file)
@@ -203,9 +203,9 @@ public:
                        size_t numlines = 5, size_t len = 80) const;
 
        ///
-       docstring contextMenu(BufferView const &, int, int) const;
+       std::string contextMenu(BufferView const &, int, int) const;
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
 protected: