summaryrefslogtreecommitdiff
path: root/include/usermanager.h
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2012-11-21 00:53:57 +0100
committerattilamolnar <attilamolnar@hush.com>2012-11-29 23:41:22 +0100
commit74b05d550081fb7a7b41a145cfbc333f8774d438 (patch)
tree7aa3c4931ecf1bec4e7f856b4edde052b426af6c /include/usermanager.h
parenta589577b68cb84bc877ecdd4c0f9cb84a1581ddd (diff)
Make LocalUserList an std::list
Diffstat (limited to 'include/usermanager.h')
-rw-r--r--include/usermanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usermanager.h b/include/usermanager.h
index be6c6b6bb..3d7fe88fb 100644
--- a/include/usermanager.h
+++ b/include/usermanager.h
@@ -52,7 +52,7 @@ class CoreExport UserManager
*/
user_hash* uuidlist;
- /** Local client list, a vector containing only local clients
+ /** Local client list, a list containing only local clients
*/
LocalUserList local_users;