diff --git a/src/ebusd/mainloop.h b/src/ebusd/mainloop.h index d228510a..a8965953 100644 --- a/src/ebusd/mainloop.h +++ b/src/ebusd/mainloop.h @@ -176,7 +176,7 @@ class MainLoop : public Thread, DeviceListener { * @param user the current user name to set to the new user name on success. * @return the result string. */ - string executeAuth(const vector& args, string *user); + string executeAuth(const vector& args, string* user); /** * Execute the read command.