summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/slicing/exceptions/TestI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/slicing/exceptions/TestI.h')
-rw-r--r--cpp/test/Ice/slicing/exceptions/TestI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/slicing/exceptions/TestI.h b/cpp/test/Ice/slicing/exceptions/TestI.h
index ace75be59fb..57b165798c6 100644
--- a/cpp/test/Ice/slicing/exceptions/TestI.h
+++ b/cpp/test/Ice/slicing/exceptions/TestI.h
@@ -30,7 +30,7 @@ public:
virtual void unknownIntermediateAsBase(const ::Ice::Current&);
virtual void knownIntermediateAsBase(const ::Ice::Current&);
virtual void knownMostDerivedAsBase(const ::Ice::Current&);
- virtual void knownIntermediateAsknownIntermediate(const ::Ice::Current&);
+ virtual void knownIntermediateAsKnownIntermediate(const ::Ice::Current&);
virtual void knownMostDerivedAsKnownIntermediate(const ::Ice::Current&);
virtual void knownMostDerivedAsKnownMostDerived(const ::Ice::Current&);