summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/WSTransceiver.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Ice/WSTransceiver.cs')
-rw-r--r--csharp/src/Ice/WSTransceiver.cs2
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
{