diff --git a/src/mod/languages/mod_managed/managed/swig.cs b/src/mod/languages/mod_managed/managed/swig.cs index a8f4553b40..15e28c691e 100644 --- a/src/mod/languages/mod_managed/managed/swig.cs +++ b/src/mod/languages/mod_managed/managed/swig.cs @@ -29080,7 +29080,7 @@ public class switch_device_node_t : IDisposable { } } - public switch_event event { + public switch_event _event { set { freeswitchPINVOKE.switch_device_node_t_event_set(swigCPtr, switch_event.getCPtr(value)); } @@ -31516,7 +31516,7 @@ public class switch_file_handle : IDisposable { } } - public switch_event params { + public switch_event _params { set { freeswitchPINVOKE.switch_file_handle_params_set(swigCPtr, switch_event.getCPtr(value)); }