diff options
author | sr55 <[email protected]> | 2017-04-13 19:46:15 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-04-13 19:46:15 +0100 |
commit | 5dd46e3d4b9029e33a353b9962fea3b8c3c399e4 (patch) | |
tree | d34c164db76b181704d7844af98f350f2502c5b5 /win/CS/HandBrakeWPF/ViewModels | |
parent | e568d96f313009f5dd32bd850a48b9ac1a37a56b (diff) |
WinGui: Strip out some out some legacy code that was causing some threading issues.
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels')
-rw-r--r-- | win/CS/HandBrakeWPF/ViewModels/LogViewModel.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/LogViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/LogViewModel.cs index 85ac495ff..3fcb4c96c 100644 --- a/win/CS/HandBrakeWPF/ViewModels/LogViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/LogViewModel.cs @@ -14,6 +14,8 @@ namespace HandBrakeWPF.ViewModels using System.Text;
using System.Windows;
+ using Caliburn.Micro;
+
using HandBrake.ApplicationServices.Services.Logging;
using HandBrake.ApplicationServices.Services.Logging.EventArgs;
using HandBrake.ApplicationServices.Services.Logging.Model;
|