summaryrefslogtreecommitdiffstats
path: root/src/Common/Request/DisconnectRequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Request/DisconnectRequest.h')
-rw-r--r--src/Common/Request/DisconnectRequest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Request/DisconnectRequest.h b/src/Common/Request/DisconnectRequest.h
index c20a3d0..3f6e018 100644
--- a/src/Common/Request/DisconnectRequest.h
+++ b/src/Common/Request/DisconnectRequest.h
@@ -50,7 +50,7 @@ class DisconnectRequest: public Request {
return false;
}
- virtual bool sendRequest(Net::Connection *connection, unsigned short requestId) {
+ virtual bool sendRequest(Net::Connection *connection, uint16_t requestId) {
if(isSent())
return false;