diff options
Diffstat (limited to 'cpp/test/IceSSL/configuration/TestI.cpp')
-rw-r--r-- | cpp/test/IceSSL/configuration/TestI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceSSL/configuration/TestI.cpp b/cpp/test/IceSSL/configuration/TestI.cpp index ff96b504fe9..e11349159d7 100644 --- a/cpp/test/IceSSL/configuration/TestI.cpp +++ b/cpp/test/IceSSL/configuration/TestI.cpp @@ -44,7 +44,7 @@ ServerFactoryI::createServer(const Test::Properties& props, const Current& curre _servers[obj->ice_getIdentity()] = server; adapter->activate(); - return Test::ServerPrx::uncheckedCast(obj);; + return Test::ServerPrx::uncheckedCast(obj); } void |