diff options
Diffstat (limited to 'cpp/test/WinRT/TestSuite/MainPage.xaml.h')
-rw-r--r-- | cpp/test/WinRT/TestSuite/MainPage.xaml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/WinRT/TestSuite/MainPage.xaml.h b/cpp/test/WinRT/TestSuite/MainPage.xaml.h index f9fbaf596a5..ee23363b5a2 100644 --- a/cpp/test/WinRT/TestSuite/MainPage.xaml.h +++ b/cpp/test/WinRT/TestSuite/MainPage.xaml.h @@ -24,7 +24,7 @@ public: MainPage(); void completed(); - void failed(Platform::String^); + void failed(Platform::String^ reason); protected: |