]> git.lyx.org Git - lyx.git/blobdiff - src/cursor.h
convert author names and status messages to docstring
[lyx.git] / src / cursor.h
index ed3fdef34e4c04b1ed900c2b726ad62f880579d0..b8f3336b5041305688130008cc4a6952ca34a747 100644 (file)
@@ -91,7 +91,7 @@ public:
        //
        docstring selectionAsString(bool label) const;
        ///
-       std::string currentState();
+       docstring currentState();
 
        /// auto-correct mode
        bool autocorrect() const { return autocorrect_; }