WinGui: Fix a bug in the previous changelist
authorsr55 <sr55.hb@outlook.com>
Sun, 22 Sep 2019 16:49:55 +0000 (17:49 +0100)
committersr55 <sr55.hb@outlook.com>
Sun, 22 Sep 2019 16:49:55 +0000 (17:49 +0100)
win/CS/HandBrake.Interop/Interop/HbLib/Wrappers/HbFunctionsDirect.cs

index 3bb0530a0a57c021cb67812e3e4f97a1ef5d3c61..b98794d5d9b2d35dc550c418a03d0285a8363469 100644 (file)
@@ -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)