summaryrefslogtreecommitdiffstats
path: root/src/Common/Request/Request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Request/Request.h')
-rw-r--r--src/Common/Request/Request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Request/Request.h b/src/Common/Request/Request.h
index 5c8d6c4..657a0a7 100644
--- a/src/Common/Request/Request.h
+++ b/src/Common/Request/Request.h
@@ -38,7 +38,7 @@ class Request : public RequestHandler {
public:
bool isSent() const {return sent;}
- virtual bool sendRequest(Net::Connection *connection, unsigned short requestId) = 0;
+ virtual bool sendRequest(Net::Connection *connection, uint16_t requestId) = 0;
};
}