| Index: jingle/notifier/base/xmpp_connection.h
|
| diff --git a/jingle/notifier/base/xmpp_connection.h b/jingle/notifier/base/xmpp_connection.h
|
| index 82520237cb4f9eb0cf661090bd6bc9bcf2fb99f7..e3699cbc25da075a010c188a0b815cbf4ce0d8ce 100644
|
| --- a/jingle/notifier/base/xmpp_connection.h
|
| +++ b/jingle/notifier/base/xmpp_connection.h
|
| @@ -74,7 +74,7 @@ class XmppConnection : public sigslot::has_slots<> {
|
| // Invalidates any weak pointers passed to the delegate by
|
| // OnConnect(), but does not trigger a call to the delegate's
|
| // OnError() function.
|
| - ~XmppConnection();
|
| + virtual ~XmppConnection();
|
|
|
| private:
|
| void OnStateChange(buzz::XmppEngine::State state);
|
|
|