diff options
Diffstat (limited to 'cpp/src/Ice/TcpEndpoint.cpp')
-rw-r--r-- | cpp/src/Ice/TcpEndpoint.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/TcpEndpoint.cpp b/cpp/src/Ice/TcpEndpoint.cpp index 55a9459e071..8f2a21b8b32 100644 --- a/cpp/src/Ice/TcpEndpoint.cpp +++ b/cpp/src/Ice/TcpEndpoint.cpp @@ -16,7 +16,7 @@ #include <Ice/BasicStream.h> #include <Ice/LocalException.h> #include <Ice/Instance.h> -#include <Ice/DefaultsAndOverwrites.h> +#include <Ice/DefaultsAndOverrides.h> using namespace std; using namespace Ice; @@ -114,7 +114,7 @@ IceInternal::TcpEndpoint::TcpEndpoint(const InstancePtr& instance, const string& if (_host.empty()) { - const_cast<string&>(_host) = _instance->defaultsAndOverwrites()->defaultHost; + const_cast<string&>(_host) = _instance->defaultsAndOverrides()->defaultHost; } } |