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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/uwp/controller/App.xaml.h b/cpp/test/uwp/controller/App.xaml.h
index ea1bef58291..354d2726504 100644
--- a/cpp/test/uwp/controller/App.xaml.h
+++ b/cpp/test/uwp/controller/App.xaml.h
@@ -21,7 +21,7 @@ ref class App sealed
public:
App();
virtual void OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEventArgs^ pArgs) override;
-
+
private:
void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e);
};