diff options
Diffstat (limited to 'src/ClientInternal.hxx')
-rw-r--r-- | src/ClientInternal.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientInternal.hxx b/src/ClientInternal.hxx index 8dd839cc2..ca2669db0 100644 --- a/src/ClientInternal.hxx +++ b/src/ClientInternal.hxx @@ -116,7 +116,7 @@ private: /* virtual methods from class BufferedSocket */ virtual InputResult OnSocketInput(const void *data, size_t length) override; - virtual void OnSocketError(GError *error) override; + virtual void OnSocketError(Error &&error) override; virtual void OnSocketClosed() override; /* virtual methods from class TimeoutMonitor */ |