summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2015-01-05 20:35:52 +0000
committersr55 <[email protected]>2015-01-05 20:35:52 +0000
commitedc4bf05528c5ebf2dca3bdeb54b5fb91fb544c2 (patch)
treea974ac12d4b68e42e9e158bcbbd28ddfe3b47c41 /win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs
parent7faa75a3f684470aaaf52d03fce46a55426c6c53 (diff)
WinGui: Correcting namespaces.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6687 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs b/win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs
index 45851c76f..972924a50 100644
--- a/win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs
+++ b/win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs
@@ -31,7 +31,7 @@ namespace HandBrake.ApplicationServices.Services.Scan
using ScanProgressEventArgs = HandBrake.Interop.EventArgs.ScanProgressEventArgs;
using Size = System.Drawing.Size;
using Subtitle = HandBrake.ApplicationServices.Services.Scan.Model.Subtitle;
- using SubtitleType = HandBrake.ApplicationServices.Model.Encoding.SubtitleType;
+ using SubtitleType = HandBrake.ApplicationServices.Services.Encode.Model.Models.SubtitleType;
using Title = HandBrake.ApplicationServices.Services.Scan.Model.Title;
/// <summary>