summaryrefslogtreecommitdiff
path: root/zen/sys_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/sys_info.h')
-rw-r--r--zen/sys_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/sys_info.h b/zen/sys_info.h
index 4f83a9a3..54dc1aca 100644
--- a/zen/sys_info.h
+++ b/zen/sys_info.h
@@ -14,7 +14,7 @@ namespace zen
{
//COM needs to be initialized before calling any of these functions! CoInitializeEx/CoUninitialize
-std::wstring getUserName(); //throw FileError
+Zstring getUserName(); //throw FileError
struct ComputerModel
{
bgstack15