diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-03-02 22:04:44 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2017-03-02 22:04:44 -0500 |
commit | 7575bff4935c0c9166bbf82f7414a515abf45faf (patch) | |
tree | 7e392deefb208490d33e000337438d6add4c3550 /cpp/test/uwp/controller | |
parent | Fixes for test with Nuget packages (diff) | |
download | ice-7575bff4935c0c9166bbf82f7414a515abf45faf.tar.bz2 ice-7575bff4935c0c9166bbf82f7414a515abf45faf.tar.xz ice-7575bff4935c0c9166bbf82f7414a515abf45faf.zip |
Replaced ICE_SSL_ by ICESSL_ for consistency
Diffstat (limited to 'cpp/test/uwp/controller')
-rw-r--r-- | cpp/test/uwp/controller/ViewController.xaml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/uwp/controller/ViewController.xaml.h b/cpp/test/uwp/controller/ViewController.xaml.h index e84b200d8ba..a35af555017 100644 --- a/cpp/test/uwp/controller/ViewController.xaml.h +++ b/cpp/test/uwp/controller/ViewController.xaml.h @@ -49,4 +49,4 @@ private: std::map<std::string, HINSTANCE> _dlls; }; -}
\ No newline at end of file +} |