]> git.lyx.org Git - lyx.git/blobdiff - src/support/userinfo.h
* src/text2.C: deleteEmptyParagraphMechanism(): fix a crash in
[lyx.git] / src / support / userinfo.h
index 6c103cd722d85f4732f7d17dfa98ab610b7af821..4556618920a64e801b9865c23c23587be99c2eed 100644 (file)
 #ifndef USERINFO_H
 #define USERINFO_H
 
-#include <string>
+#include "support/docstring.h"
 
 
 namespace lyx {
 namespace support {
 
 /// return the current user's real name
-std::string const user_name();
+docstring const user_name();
 
 /// return the current user's e-mail address
-std::string const user_email();
+docstring const user_email();
 
 } // namespace support
 } // namespace lyx