summaryrefslogtreecommitdiff
path: root/cpp/test/WinRT/TestSuite/MainPage.xaml.h
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2012-10-12 23:51:37 +0200
committerJose <jose@zeroc.com>2012-10-12 23:51:37 +0200
commit3a70fdb66379a37de7fde11c2bbe625312497760 (patch)
treea3e2076c7a1c173465e56b6b8491be065810eae1 /cpp/test/WinRT/TestSuite/MainPage.xaml.h
parent.NET build minor fix (diff)
downloadice-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.h2
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: