diff options
Diffstat (limited to 'source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h')
| -rw-r--r-- | source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h b/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h index 992c6dffaf54..44c0f6a32f5b 100644 --- a/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h +++ b/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h @@ -54,7 +54,7 @@ public:      // After connecting, do a little handshake with the client to make sure      // we are at least communicating      bool -    HandshakeWithClient (Error *error_ptr); +    HandshakeWithClient ();  protected:      std::map<StringExtractorGDBRemote::ServerPacketType, PacketHandler> m_packet_handlers;  | 
