diff options
Diffstat (limited to 'csharp/test/Ice/inheritance/CCI.cs')
-rw-r--r-- | csharp/test/Ice/inheritance/CCI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/inheritance/CCI.cs b/csharp/test/Ice/inheritance/CCI.cs index 5d185ccc61a..722ba84cf18 100644 --- a/csharp/test/Ice/inheritance/CCI.cs +++ b/csharp/test/Ice/inheritance/CCI.cs @@ -7,7 +7,7 @@ // // ********************************************************************** -public sealed class CCI : Test.MA.CC +public sealed class CCI : Test.MA.CCDisp_ { public CCI() { |