summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--idlc/cs_gen/cs_cb_rpc_port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/cs_gen/cs_cb_rpc_port.h b/idlc/cs_gen/cs_cb_rpc_port.h
index 97f6911..573aebb 100644
--- a/idlc/cs_gen/cs_cb_rpc_port.h
+++ b/idlc/cs_gen/cs_cb_rpc_port.h
@@ -443,7 +443,7 @@ namespace Tizen.Applications.RPCPort
OnTerminatedEvent();
if (_stub != IntPtr.Zero)
- Interop.LibRPCPort.Proxy.Destroy(_stub);
+ Interop.LibRPCPort.Stub.Destroy(_stub);
_stub = IntPtr.Zero;
disposedValue = true;