]> git.lyx.org Git - lyx.git/blobdiff - src/cursor.h
convert author names and status messages to docstring
[lyx.git] / src / cursor.h
index 133d6ebb96af47d4b553b5cb189fc79919c6fc00..b8f3336b5041305688130008cc4a6952ca34a747 100644 (file)
@@ -26,6 +26,7 @@ class BufferView;
 class FuncStatus;
 class FuncRequest;
 class LyXFont;
+class Row;
 
 // these should go
 class InsetMathUnknown;
@@ -90,7 +91,7 @@ public:
        //
        docstring selectionAsString(bool label) const;
        ///
-       std::string currentState();
+       docstring currentState();
 
        /// auto-correct mode
        bool autocorrect() const { return autocorrect_; }