chore: fix chromium-style errors in windows code
This commit is contained in:
parent
aa4ca406c8
commit
43c1a7778d
11 changed files with 56 additions and 47 deletions
|
@ -47,7 +47,7 @@ class WindowsToastNotification : public Notification {
|
|||
|
||||
WindowsToastNotification(NotificationDelegate* delegate,
|
||||
NotificationPresenter* presenter);
|
||||
~WindowsToastNotification();
|
||||
~WindowsToastNotification() override;
|
||||
|
||||
protected:
|
||||
// Notification:
|
||||
|
@ -108,7 +108,7 @@ class ToastEventHandler : public RuntimeClass<RuntimeClassFlags<ClassicCom>,
|
|||
DesktopToastFailedEventHandler> {
|
||||
public:
|
||||
explicit ToastEventHandler(Notification* notification);
|
||||
~ToastEventHandler();
|
||||
~ToastEventHandler() override;
|
||||
|
||||
IFACEMETHODIMP Invoke(
|
||||
ABI::Windows::UI::Notifications::IToastNotification* sender,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue