diff options
author | Jose <jose@zeroc.com> | 2012-10-12 23:51:37 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2012-10-12 23:51:37 +0200 |
commit | 3a70fdb66379a37de7fde11c2bbe625312497760 (patch) | |
tree | a3e2076c7a1c173465e56b6b8491be065810eae1 /cpp/test/WinRT/TestSuite/MainPage.xaml.h | |
parent | .NET build minor fix (diff) | |
download | ice-3a70fdb66379a37de7fde11c2bbe625312497760.tar.bz2 ice-3a70fdb66379a37de7fde11c2bbe625312497760.tar.xz ice-3a70fdb66379a37de7fde11c2bbe625312497760.zip |
WinRT port updates
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: |