]> git.tdb.fi Git - libs/net.git/blobdiff - source/http/client.h
Change Client::signal_socket_error parameter to reference
[libs/net.git] / source / http / client.h
index c8b154c728f56627c96454b42de767835f602246..37acf0cfe0e3bb08d1483520e9a3cd7bc557dc76 100644 (file)
@@ -23,7 +23,7 @@ class Client
 {
 public:
        sigc::signal<void, const Response &> signal_response_complete;
-       sigc::signal<void, const std::exception *> signal_socket_error;
+       sigc::signal<void, const std::exception &> signal_socket_error;
 
 private:
        Net::StreamSocket *sock;