]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCollapsable.h
tex2lyx/text.cpp: fix typos
[lyx.git] / src / insets / InsetCollapsable.h
index fba355a5c6bc352f180b56eb0e3ac8ae4f4d02e2..d7d050e3fea9a44aba29ea8d1b5b28026714f58d 100644 (file)
@@ -141,9 +141,9 @@ public:
        ///
        virtual bool usePlainLayout() const { return true; }
        ///
-       docstring contextMenu(BufferView const & bv, int x, int y) const;
+       std::string contextMenu(BufferView const & bv, int x, int y) const;
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        docstring floatName(std::string const & type) const;
 protected: