summaryrefslogtreecommitdiffstats
path: root/src/Common/Request/IdentifyRequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Request/IdentifyRequest.h')
-rw-r--r--src/Common/Request/IdentifyRequest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Request/IdentifyRequest.h b/src/Common/Request/IdentifyRequest.h
index e88ce4b..dfb6ce6 100644
--- a/src/Common/Request/IdentifyRequest.h
+++ b/src/Common/Request/IdentifyRequest.h
@@ -49,7 +49,7 @@ class IdentifyRequest: 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;