summaryrefslogtreecommitdiff
path: root/cpp/test/uwp/controller/App.xaml.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/uwp/controller/App.xaml.h')
-rw-r--r--cpp/test/uwp/controller/App.xaml.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/uwp/controller/App.xaml.h b/cpp/test/uwp/controller/App.xaml.h
index 2305d464a81..f9b6faa49d2 100644
--- a/cpp/test/uwp/controller/App.xaml.h
+++ b/cpp/test/uwp/controller/App.xaml.h
@@ -24,7 +24,8 @@ public:
private:
void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e);
- void SessionRevoked(Platform::Object^, Windows::ApplicationModel::ExtendedExecution::Foreground::ExtendedExecutionForegroundRevokedEventArgs^);
+ void SessionRevoked(Platform::Object^,
+ Windows::ApplicationModel::ExtendedExecution::Foreground::ExtendedExecutionForegroundRevokedEventArgs^);
Windows::ApplicationModel::ExtendedExecution::Foreground::ExtendedExecutionForegroundSession^ _session;
};
}