diff options
Diffstat (limited to 'remoting/jingle_glue/xmpp_socket_adapter.h')
-rw-r--r-- | remoting/jingle_glue/xmpp_socket_adapter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/jingle_glue/xmpp_socket_adapter.h b/remoting/jingle_glue/xmpp_socket_adapter.h index 18376b1..42493f9a 100644 --- a/remoting/jingle_glue/xmpp_socket_adapter.h +++ b/remoting/jingle_glue/xmpp_socket_adapter.h @@ -39,7 +39,7 @@ class XmppSocketAdapter : public buzz::AsyncSocket, virtual bool Close(); #if defined(FEATURE_ENABLE_SSL) - bool StartTls(const std::string& domainname); + virtual bool StartTls(const std::string& domainname); bool IsOpen() const { return state_ == STATE_OPEN || state_ == STATE_TLS_OPEN; } #else |