diff options
Diffstat (limited to 'jingle/notifier/base/xmpp_connection.h')
-rw-r--r-- | jingle/notifier/base/xmpp_connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jingle/notifier/base/xmpp_connection.h b/jingle/notifier/base/xmpp_connection.h index 8252023..e3699cb 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); |