diff options
Diffstat (limited to 'csharp/test/Ice/servantLocator/ServantLocatorI.cs')
-rw-r--r-- | csharp/test/Ice/servantLocator/ServantLocatorI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/servantLocator/ServantLocatorI.cs b/csharp/test/Ice/servantLocator/ServantLocatorI.cs index a2d5d7f64b4..a51a02e8cac 100644 --- a/csharp/test/Ice/servantLocator/ServantLocatorI.cs +++ b/csharp/test/Ice/servantLocator/ServantLocatorI.cs @@ -36,7 +36,7 @@ public sealed class ServantLocatorI : Ice.ServantLocator } } - public Ice.Object locate(Ice.Current current, out System.Object cookie) + public Ice.Object locate(Ice.Current current, out object cookie) { lock(this) { |