summaryrefslogtreecommitdiff
path: root/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-11-29 10:47:53 +0100
committerBenoit Foucher <benoit@zeroc.com>2012-11-29 10:47:53 +0100
commite55f1e943476b02b0ca21da64ff42a34440779fe (patch)
tree705f195a9fad43e094555e551394e97e1ec2060d /cpp/test/WinRT/TestSuite/MainPage.xaml.cpp
parentRemoved /SAFESEH for x64 demo builds to prevent linker warning (diff)
downloadice-e55f1e943476b02b0ca21da64ff42a34440779fe.tar.bz2
ice-e55f1e943476b02b0ca21da64ff42a34440779fe.tar.xz
ice-e55f1e943476b02b0ca21da64ff42a34440779fe.zip
Fixed ICE-5044 - WinRT test build issues
Diffstat (limited to 'cpp/test/WinRT/TestSuite/MainPage.xaml.cpp')
-rw-r--r--cpp/test/WinRT/TestSuite/MainPage.xaml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp b/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp
index d35d28bf618..747055be0d2 100644
--- a/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp
+++ b/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp
@@ -277,7 +277,7 @@ struct TestCase
const char* server;
const char* serverAMD;
const char* collocated;
- bool sslSupport,
+ bool sslSupport;
};
}