Fix compilation error
This commit is contained in:
parent
e3bcb15b81
commit
37a89ee0d9
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue