summaryrefslogtreecommitdiffstats
path: root/src/Common/Requests/UserListRequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Requests/UserListRequest.h')
-rw-r--r--src/Common/Requests/UserListRequest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Requests/UserListRequest.h b/src/Common/Requests/UserListRequest.h
index 69b0f05..7ab3ec7 100644
--- a/src/Common/Requests/UserListRequest.h
+++ b/src/Common/Requests/UserListRequest.h
@@ -28,7 +28,7 @@ namespace Requests {
class UserListRequest : public SimpleRequest {
public:
- UserListRequest(Net::Connection *connection, uint16_t requestId, slot_type slot)
+ UserListRequest(Connection *connection, uint16_t requestId, slot_type slot)
: SimpleRequest(connection, requestId, slot, "ListUsers") {}
};