diff options
Diffstat (limited to 'csharp/src/Ice/ObserverHelper.cs')
-rw-r--r-- | csharp/src/Ice/ObserverHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/ObserverHelper.cs b/csharp/src/Ice/ObserverHelper.cs index 5ca670606c7..2d85c15a5f8 100644 --- a/csharp/src/Ice/ObserverHelper.cs +++ b/csharp/src/Ice/ObserverHelper.cs @@ -36,7 +36,7 @@ namespace IceInternal static public InvocationObserver get(Ice.ObjectPrx proxy, string op, Dictionary<string, string> context) { - CommunicatorObserver obsv = + CommunicatorObserver obsv = ((Ice.ObjectPrxHelperBase)proxy).iceReference().getInstance().initializationData().observer; if(obsv != null) { |