]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlCommandBuffer.h
convert author names and status messages to docstring
[lyx.git] / src / frontends / controllers / ControlCommandBuffer.h
index dbc059634890788365671b50b3b4d32d7211b417..b1e413411e50f7f4e524299ce3f9b7926c666022 100644 (file)
@@ -14,7 +14,8 @@
 #ifndef CONTROLCOMMANDBUFFER_H
 #define CONTROLCOMMANDBUFFER_H
 
-#include <string>
+#include "support/docstring.h"
+
 #include <vector>
 
 
@@ -41,7 +42,7 @@ public:
        std::string const historyDown();
 
        /// return the font and depth in the active BufferView as a message.
-       std::string const getCurrentState() const;
+       docstring const getCurrentState() const;
 
        /// return the possible completions
        std::vector<std::string> const completions(std::string const & prefix,