summaryrefslogtreecommitdiffstats
path: root/src/Common/Requests/IdentifyRequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Requests/IdentifyRequest.h')
-rw-r--r--src/Common/Requests/IdentifyRequest.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Common/Requests/IdentifyRequest.h b/src/Common/Requests/IdentifyRequest.h
index 3798909..3084ce6 100644
--- a/src/Common/Requests/IdentifyRequest.h
+++ b/src/Common/Requests/IdentifyRequest.h
@@ -36,8 +36,7 @@ class IdentifyRequest : public Common::Request {
virtual void sendRequest();
public:
- IdentifyRequest(Common::Connection *connection, uint16_t requestId, slot_type slot, const std::string &hostname0 = std::string())
- : Common::Request(connection, requestId, slot), hostname(hostname0) {}
+ IdentifyRequest(const std::string &hostname0 = std::string()) : hostname(hostname0) {}
};
}