diff options
Diffstat (limited to 'cpp/test/Ice/slicing/exceptions/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/slicing/exceptions/TestI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/slicing/exceptions/TestI.cpp b/cpp/test/Ice/slicing/exceptions/TestI.cpp index c59804f24de..3499713edd3 100644 --- a/cpp/test/Ice/slicing/exceptions/TestI.cpp +++ b/cpp/test/Ice/slicing/exceptions/TestI.cpp @@ -84,7 +84,7 @@ TestI::knownMostDerivedAsBase(const ::Ice::Current&) } void -TestI::knownIntermediateAsknownIntermediate(const ::Ice::Current&) +TestI::knownIntermediateAsKnownIntermediate(const ::Ice::Current&) { KnownIntermediate ki; ki.b = "KnownIntermediate.b"; |