diff options
Diffstat (limited to 'remoting/client/plugin/pepper_xmpp_proxy.h')
-rw-r--r-- | remoting/client/plugin/pepper_xmpp_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/plugin/pepper_xmpp_proxy.h b/remoting/client/plugin/pepper_xmpp_proxy.h index e564c6c..fc5ee42 100644 --- a/remoting/client/plugin/pepper_xmpp_proxy.h +++ b/remoting/client/plugin/pepper_xmpp_proxy.h @@ -34,7 +34,7 @@ class PepperXmppProxy : public XmppProxy { virtual void OnIq(const std::string& response_xml); private: - ~PepperXmppProxy(); + virtual ~PepperXmppProxy(); base::WeakPtr<ChromotingScriptableObject> scriptable_object_; |