summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/ProtocolPluginFacade.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Ice/ProtocolPluginFacade.cs')
-rw-r--r--csharp/src/Ice/ProtocolPluginFacade.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/ProtocolPluginFacade.cs b/csharp/src/Ice/ProtocolPluginFacade.cs
index cde21ecb7b1..8f88ac6dad5 100644
--- a/csharp/src/Ice/ProtocolPluginFacade.cs
+++ b/csharp/src/Ice/ProtocolPluginFacade.cs
@@ -38,7 +38,7 @@ namespace IceInternal
public ProtocolPluginFacadeI(Ice.Communicator communicator)
{
_communicator = communicator;
- _instance = IceInternal.Util.getInstance(communicator);
+ _instance = Util.getInstance(communicator);
}
//