diff options
author | sr55 <[email protected]> | 2015-01-05 20:35:52 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-01-05 20:35:52 +0000 |
commit | edc4bf05528c5ebf2dca3bdeb54b5fb91fb544c2 (patch) | |
tree | a974ac12d4b68e42e9e158bcbbd28ddfe3b47c41 /win/CS/HandBrakeWPF/Converters/Subtitles/SubtitlesQueueDisplayConverter.cs | |
parent | 7faa75a3f684470aaaf52d03fce46a55426c6c53 (diff) |
WinGui: Correcting namespaces.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6687 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Converters/Subtitles/SubtitlesQueueDisplayConverter.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Converters/Subtitles/SubtitlesQueueDisplayConverter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Converters/Subtitles/SubtitlesQueueDisplayConverter.cs b/win/CS/HandBrakeWPF/Converters/Subtitles/SubtitlesQueueDisplayConverter.cs index 3e5f5d113..d3e66d6bc 100644 --- a/win/CS/HandBrakeWPF/Converters/Subtitles/SubtitlesQueueDisplayConverter.cs +++ b/win/CS/HandBrakeWPF/Converters/Subtitles/SubtitlesQueueDisplayConverter.cs @@ -15,7 +15,7 @@ namespace HandBrakeWPF.Converters.Subtitles using System.Text;
using System.Windows.Data;
- using HandBrake.ApplicationServices.Model.Encoding;
+ using HandBrake.ApplicationServices.Services.Encode.Model.Models;
/// <summary>
/// Subtitle Queue Display Converter
|