From 3f862089b748741b30e343d2051a4747a3bff2f2 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Wed, 9 Aug 2006 14:58:01 +0000 Subject: Borland C++Builder port mass commit --- cpp/src/slice2vb/Gen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2vb/Gen.cpp') diff --git a/cpp/src/slice2vb/Gen.cpp b/cpp/src/slice2vb/Gen.cpp index ed0a1a92632..59b868efe27 100755 --- a/cpp/src/slice2vb/Gen.cpp +++ b/cpp/src/slice2vb/Gen.cpp @@ -4595,7 +4595,7 @@ Slice::Gen::DelegateMVisitor::visitClassDefStart(const ClassDefPtr& p) ContainedPtr contained = ContainedPtr::dynamicCast(ret); _out << nl << "Dim ret__ As " << retS << " = Nothing"; _out << nl << "Dim ret___PP As IceInternal.ParamPatcher = New IceInternal.ParamPatcher(GetType(" - << retS << "), \"" << (contained ? contained->scoped() : "::Ice::Object") << "\")"; + << retS << "), \"" << (contained ? contained->scoped() : string("::Ice::Object")) << "\")"; _out << nl << "is__.readObject(ret___PP)"; } else -- cgit v1.2.3