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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Requests/IdentifyRequest.h b/src/Common/Requests/IdentifyRequest.h
index 0b783e4..5a02949 100644
--- a/src/Common/Requests/IdentifyRequest.h
+++ b/src/Common/Requests/IdentifyRequest.h
@@ -37,7 +37,7 @@ class IdentifyRequest : public Request {
static bool send(Net::Connection *connection, const std::string &hostname0);
virtual bool sendRequest(Net::Connection *connection, uint16_t requestId);
- virtual bool handlePacket(Net::Connection*, const Net::Packet &packet);
+ virtual void handlePacket(Net::Connection*, const Net::Packet &packet);
};
}