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/Audio/AudioQueueDisplayConverter.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/Audio/AudioQueueDisplayConverter.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Converters/Audio/AudioQueueDisplayConverter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Converters/Audio/AudioQueueDisplayConverter.cs b/win/CS/HandBrakeWPF/Converters/Audio/AudioQueueDisplayConverter.cs index c729fac82..ed9ab9b9f 100644 --- a/win/CS/HandBrakeWPF/Converters/Audio/AudioQueueDisplayConverter.cs +++ b/win/CS/HandBrakeWPF/Converters/Audio/AudioQueueDisplayConverter.cs @@ -16,7 +16,7 @@ namespace HandBrakeWPF.Converters.Audio using System.Threading.Tasks;
using System.Windows.Data;
- using HandBrake.ApplicationServices.Model.Encoding;
+ using HandBrake.ApplicationServices.Services.Encode.Model.Models;
using HandBrake.ApplicationServices.Utilities;
using HandBrake.Interop.Model.Encoding;
|