diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Services/ErrorService.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Services/ErrorService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Services/ErrorService.cs b/win/CS/HandBrakeWPF/Services/ErrorService.cs index 3228ab363..21c04cd58 100644 --- a/win/CS/HandBrakeWPF/Services/ErrorService.cs +++ b/win/CS/HandBrakeWPF/Services/ErrorService.cs @@ -11,8 +11,8 @@ namespace HandBrakeWPF.Services {
using System;
using System.Windows;
- using Interfaces;
using Caliburn.Micro;
+ using Interfaces;
using ViewModels.Interfaces;
/// <summary>
|