diff options
Diffstat (limited to 'csharp/src/Ice/EndpointI.cs')
-rw-r--r-- | csharp/src/Ice/EndpointI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/EndpointI.cs b/csharp/src/Ice/EndpointI.cs index 800e23afa12..926e547ddff 100644 --- a/csharp/src/Ice/EndpointI.cs +++ b/csharp/src/Ice/EndpointI.cs @@ -60,7 +60,7 @@ namespace IceInternal // // Marshal the endpoint. // - public abstract void streamWrite(BasicStream s); + public abstract void streamWrite(Ice.OutputStream s); // // Return the endpoint type. |