diff options
Diffstat (limited to 'cpp/test/Ice/exceptions/TestI.h')
-rw-r--r-- | cpp/test/Ice/exceptions/TestI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/exceptions/TestI.h b/cpp/test/Ice/exceptions/TestI.h index 033fa5aa037..22f35171ae7 100644 --- a/cpp/test/Ice/exceptions/TestI.h +++ b/cpp/test/Ice/exceptions/TestI.h @@ -34,7 +34,7 @@ public: virtual void throwCasC(Ice::Int, Ice::Int, Ice::Int, const Ice::Current&); virtual void throwModA(Ice::Int, Ice::Int, const Ice::Current&); - + virtual void throwUndeclaredA(Ice::Int, const Ice::Current&); virtual void throwUndeclaredB(Ice::Int, Ice::Int, const Ice::Current&); virtual void throwUndeclaredC(Ice::Int, Ice::Int, Ice::Int, const Ice::Current&); |