From 0e8fddb81113a16689bb5c26a5844cb0c1260cec Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 29 Nov 2014 18:36:54 +0000 Subject: WinGui: Part 1 - Restructuring the AppServices library in preparation for the new JSON API. Taking the opportunity to improve and simplify the API. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6568 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/ViewModels/ChaptersViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/CS/HandBrakeWPF/ViewModels/ChaptersViewModel.cs') diff --git a/win/CS/HandBrakeWPF/ViewModels/ChaptersViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/ChaptersViewModel.cs index e877c0479..df55219ea 100644 --- a/win/CS/HandBrakeWPF/ViewModels/ChaptersViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/ChaptersViewModel.cs @@ -19,7 +19,7 @@ namespace HandBrakeWPF.ViewModels using HandBrake.ApplicationServices.Exceptions; using HandBrake.ApplicationServices.Model; using HandBrake.ApplicationServices.Model.Encoding; - using HandBrake.ApplicationServices.Parsing; + using HandBrake.ApplicationServices.Services.Scan.Model; using HandBrakeWPF.Services.Interfaces; using HandBrakeWPF.Services.Presets.Model; -- cgit v1.2.3