summaryrefslogtreecommitdiff
path: root/cpp/test/Common/TestCommon.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-01-08 14:25:57 +0100
committerJose <jose@zeroc.com>2016-01-08 14:25:57 +0100
commit971b236cbf99f127bebc07328a3687520de60925 (patch)
tree4b7c07ea8f40c874228906b75178b860c2250eec /cpp/test/Common/TestCommon.cpp
parentICE-6910 - C++11 remove public cto for proxy classes (diff)
downloadice-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.cpp2
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)
{