diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-11-29 10:47:53 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-11-29 10:47:53 +0100 |
commit | e55f1e943476b02b0ca21da64ff42a34440779fe (patch) | |
tree | 705f195a9fad43e094555e551394e97e1ec2060d /cpp/test/WinRT/TestSuite/MainPage.xaml.cpp | |
parent | Removed /SAFESEH for x64 demo builds to prevent linker warning (diff) | |
download | ice-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.cpp | 2 |
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; }; } |