diff options
Diffstat (limited to 'remoting/protocol/client_stub.h')
-rw-r--r-- | remoting/protocol/client_stub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/client_stub.h b/remoting/protocol/client_stub.h index ac1caaa..2662e95 100644 --- a/remoting/protocol/client_stub.h +++ b/remoting/protocol/client_stub.h @@ -24,7 +24,7 @@ class ClientStub { ClientStub() {} virtual ~ClientStub() {} - virtual void NotifyResolution(const NotifyResolutionRequest& msg, + virtual void NotifyResolution(const NotifyResolutionRequest* msg, Task* done) = 0; private: |