diff options
author | Jose <jose@zeroc.com> | 2016-01-08 14:25:57 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-01-08 14:25:57 +0100 |
commit | 971b236cbf99f127bebc07328a3687520de60925 (patch) | |
tree | 4b7c07ea8f40c874228906b75178b860c2250eec /cpp/test/Common/TestCommon.cpp | |
parent | ICE-6910 - C++11 remove public cto for proxy classes (diff) | |
download | ice-971b236cbf99f127bebc07328a3687520de60925.tar.bz2 ice-971b236cbf99f127bebc07328a3687520de60925.tar.xz ice-971b236cbf99f127bebc07328a3687520de60925.zip |
windows build fixes
Diffstat (limited to 'cpp/test/Common/TestCommon.cpp')
-rw-r--r-- | cpp/test/Common/TestCommon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Common/TestCommon.cpp b/cpp/test/Common/TestCommon.cpp index 2b5307f1cc3..3b26bb03507 100644 --- a/cpp/test/Common/TestCommon.cpp +++ b/cpp/test/Common/TestCommon.cpp @@ -106,7 +106,7 @@ RemoteConfig::RemoteConfig(const std::string& name, int argc, char** argv, const _server = server; } -RemoteConfig::~RemoteConfig() +RemoteConfig::~RemoteConfig() noexcept(false) { if(_server) { |