diff options
Diffstat (limited to 'csharp/test/Ice/inheritance/IAI.cs')
-rw-r--r-- | csharp/test/Ice/inheritance/IAI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/inheritance/IAI.cs b/csharp/test/Ice/inheritance/IAI.cs index d33af129697..7afe63390df 100644 --- a/csharp/test/Ice/inheritance/IAI.cs +++ b/csharp/test/Ice/inheritance/IAI.cs @@ -12,7 +12,7 @@ public sealed class IAI : Test.MA.IADisp_ public IAI() { } - + public override Test.MA.IAPrx iaop(Test.MA.IAPrx p, Ice.Current current) { return p; |