From 649ff74c60c7d04d53e70bb2826327d1aae96be3 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 28 Feb 2015 20:10:51 +0000 Subject: WinGui: Moving the Interop Code into the services library. This will allow some modelling simplifications. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6949 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/Services/Scan/Model/Title.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/CS/HandBrake.ApplicationServices/Services/Scan/Model/Title.cs') diff --git a/win/CS/HandBrake.ApplicationServices/Services/Scan/Model/Title.cs b/win/CS/HandBrake.ApplicationServices/Services/Scan/Model/Title.cs index cde8fece8..25fb66769 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/Scan/Model/Title.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/Scan/Model/Title.cs @@ -13,7 +13,7 @@ namespace HandBrake.ApplicationServices.Services.Scan.Model using System.Collections.Generic; using System.Linq; - using HandBrake.Interop.Model; + using HandBrake.ApplicationServices.Interop.Model; using Size = System.Drawing.Size; -- cgit v1.2.3