summaryrefslogtreecommitdiffstats
path: root/jingle/notifier/base/xmpp_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'jingle/notifier/base/xmpp_connection.h')
-rw-r--r--jingle/notifier/base/xmpp_connection.h2
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);