From c3788bc769adb082f446cedd1bbc5a57aab80c5a Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Wed, 8 May 2002 17:06:59 +0000 Subject: override --- cpp/src/Ice/TcpEndpoint.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/Ice/TcpEndpoint.cpp') 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 #include #include -#include +#include using namespace std; using namespace Ice; @@ -114,7 +114,7 @@ IceInternal::TcpEndpoint::TcpEndpoint(const InstancePtr& instance, const string& if (_host.empty()) { - const_cast(_host) = _instance->defaultsAndOverwrites()->defaultHost; + const_cast(_host) = _instance->defaultsAndOverrides()->defaultHost; } } -- cgit v1.2.3