diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/users.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h index ff7c74622..46ed14b13 100644 --- a/include/users.h +++ b/include/users.h @@ -159,7 +159,7 @@ class CoreExport User : public Extensible /** Auto identify the user to the given accountname. * @param account Display nick of account */ - void AutoID(const char *acc); + void AutoID(const std::string &account); /** Login the user to a NickCore * @param core The account the user is useing |