summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/slicing/objects/TestAMDI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/slicing/objects/TestAMDI.cpp')
-rw-r--r--cpp/test/Ice/slicing/objects/TestAMDI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/slicing/objects/TestAMDI.cpp b/cpp/test/Ice/slicing/objects/TestAMDI.cpp
index 8101ec26098..bc69cf6781b 100644
--- a/cpp/test/Ice/slicing/objects/TestAMDI.cpp
+++ b/cpp/test/Ice/slicing/objects/TestAMDI.cpp
@@ -255,7 +255,7 @@ void
TestI::sequenceTest_async(const AMD_TestIntf_sequenceTestPtr& cb,
const SS1Ptr& p1, const SS2Ptr& p2, const ::Ice::Current&)
{
- SS ss;
+ SS3 ss;
ss.c1 = p1;
ss.c2 = p2;
cb->ice_response(ss);