diff options
Diffstat (limited to 'win/CS')
-rw-r--r-- | win/CS/HandBrake.Interop/Interop/HbLib/Wrappers/HbFunctionsDirect.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.Interop/Interop/HbLib/Wrappers/HbFunctionsDirect.cs b/win/CS/HandBrake.Interop/Interop/HbLib/Wrappers/HbFunctionsDirect.cs index 3bb0530a0..b98794d5d 100644 --- a/win/CS/HandBrake.Interop/Interop/HbLib/Wrappers/HbFunctionsDirect.cs +++ b/win/CS/HandBrake.Interop/Interop/HbLib/Wrappers/HbFunctionsDirect.cs @@ -485,7 +485,7 @@ namespace HandBrake.Interop.Interop.HbLib.Wrappers [In] [MarshalAs(UnmanagedType.LPStr)] string tune, [In] [MarshalAs(UnmanagedType.LPStr)] string custom) { - return this.hb_generate_filter_settings_json(filter_id, preset, tune, custom); + return HBFunctions.hb_generate_filter_settings_json(filter_id, preset, tune, custom); } public IntPtr hb_filter_get_presets_json(int filter_id) |