]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
Fix crash when outputting XHTML. Not resetting the paragraphs
[lyx.git] / src / insets / InsetSpace.h
index 753e3bf70830ac2c46ca57d427ad61631612519a..dc74faadcac26832922415216631d38e988e4dba 100644 (file)
@@ -150,7 +150,7 @@ public:
        // a line separator)?
        bool isSpace() const { return true; }
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        bool clickable(int /* x */, int /* y */) const { return true; }
 protected: