Fix compilation error

This commit is contained in:
Cheng Zhao 2015-11-10 18:04:46 +08:00
parent e3bcb15b81
commit 37a89ee0d9

View file

@ -329,7 +329,6 @@ HRESULT WindowsToastNotification::CreateHString(const WCHAR* source, HSTRING* de
*/ */
ToastEventHandler::ToastEventHandler(WindowsToastNotification* notification, content::DesktopNotificationDelegate* delegate) ToastEventHandler::ToastEventHandler(WindowsToastNotification* notification, content::DesktopNotificationDelegate* delegate)
{ {
m_ref = 1;
m_notification = notification; m_notification = notification;
n_delegate = delegate; n_delegate = delegate;
} }
@ -364,4 +363,4 @@ IFACEMETHODIMP ToastEventHandler::Invoke(IToastNotification* sender, IToastDismi
return S_OK; return S_OK;
} }
} //namespace } //namespace