summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/CommunicatorI.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-09-08 21:24:27 +0000
committerMarc Laukien <marc@zeroc.com>2001-09-08 21:24:27 +0000
commit97263f4104865fb83866147053f5433c0860a1c8 (patch)
tree32f947b66f501d0e0532895e537aeef731723b04 /cpp/src/Ice/CommunicatorI.cpp
parentfixes for windows (diff)
downloadice-97263f4104865fb83866147053f5433c0860a1c8.tar.bz2
ice-97263f4104865fb83866147053f5433c0860a1c8.tar.xz
ice-97263f4104865fb83866147053f5433c0860a1c8.zip
more fixes
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.cpp')
-rw-r--r--cpp/src/Ice/CommunicatorI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/CommunicatorI.cpp b/cpp/src/Ice/CommunicatorI.cpp
index 72104df1b87..1549fd08a3b 100644
--- a/cpp/src/Ice/CommunicatorI.cpp
+++ b/cpp/src/Ice/CommunicatorI.cpp
@@ -162,7 +162,7 @@ Ice::CommunicatorI::getPickler()
}
Ice::CommunicatorI::CommunicatorI(const PropertiesPtr& properties) :
- _instance(new ::IceInternal::Instance(this, properties))
+ _instance(new Instance(this, properties))
{
}