]> git.lyx.org Git - lyx.git/blobdiff - src/support/getUserName.C
fix typo that put too many include paths for most people
[lyx.git] / src / support / getUserName.C
index 03ed40d5fecdcb9ba14dd2eabf52a81515aab407..3fe433f1cbfcb2589637d5d413d23122a6a66a29 100644 (file)
@@ -4,7 +4,7 @@
 #include "support/filetools.h"
 #include "gettext.h"
 
-string lyx::getUserName()
+string const lyx::getUserName()
 {
        string userName(GetEnv("LOGNAME"));
        if (userName.empty())