X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fuserinfo.h;h=6232a2b427496c2a2bb09309bf30696dc54d0173;hb=28be7d552f62cc02fa86d7f79201d089bfb2d7b5;hp=6c103cd722d85f4732f7d17dfa98ab610b7af821;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/support/userinfo.h b/src/support/userinfo.h index 6c103cd722..6232a2b427 100644 --- a/src/support/userinfo.h +++ b/src/support/userinfo.h @@ -12,17 +12,17 @@ #ifndef USERINFO_H #define USERINFO_H -#include +#include "support/strfwd.h" namespace lyx { namespace support { -/// return the current user's real name -std::string const user_name(); +/// return the current user's real name or 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