diff options
Diffstat (limited to 'csharp/src/Ice/WSTransceiver.cs')
-rw-r--r-- | csharp/src/Ice/WSTransceiver.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/WSTransceiver.cs b/csharp/src/Ice/WSTransceiver.cs index c84f3018ab4..4c83b0148cb 100644 --- a/csharp/src/Ice/WSTransceiver.cs +++ b/csharp/src/Ice/WSTransceiver.cs @@ -23,7 +23,7 @@ namespace IceInternal public interface WSTransceiverDelegate { Ice.ConnectionInfo getWSInfo(Dictionary<string, string> headers); - }; + } sealed class WSTransceiver : Transceiver { |