chore: fix WinRT-related warnings (#1710)

This commit is contained in:
Andrey Nekrasov
2020-03-26 16:31:59 +03:00
committed by GitHub
parent 1c39b76b83
commit 0c0dddab12
3 changed files with 6 additions and 5 deletions

View File

@@ -1,11 +1,10 @@
namespace PowerToysNotifications
{
[version(1)]
[default_interface]
runtimeclass BackgroundHandler : Windows.ApplicationModel.Background.IBackgroundTask
runtimeclass BackgroundHandler
{
BackgroundHandler();
void Run(Windows.ApplicationModel.Background.IBackgroundTaskInstance taskInstance);
}
}