From bb3aae9dd06271ab7b18a2d55fec14c97b76e9b0 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 21 Sep 2013 16:25:39 +0000 Subject: WinGui: Remove the scan service wrapper as it's no longer needed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5789 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/ViewModels/InstantViewModel.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'win/CS/HandBrakeWPF/ViewModels/InstantViewModel.cs') diff --git a/win/CS/HandBrakeWPF/ViewModels/InstantViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/InstantViewModel.cs index 8edfb3a87..c99fb1c51 100644 --- a/win/CS/HandBrakeWPF/ViewModels/InstantViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/InstantViewModel.cs @@ -69,7 +69,7 @@ namespace HandBrakeWPF.ViewModels /// /// The scan service. /// - private readonly IScanServiceWrapper scanService; + private readonly IScan scanService; /// /// The shell view model. @@ -181,8 +181,8 @@ namespace HandBrakeWPF.ViewModels /// The when done service. /// public InstantViewModel( - IUserSettingService userSettingService, - IScanServiceWrapper scanService, + IUserSettingService userSettingService, + IScan scanService, IEncodeServiceWrapper encodeService, IPresetService presetService, IErrorService errorService, -- cgit v1.2.3