summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services/Logging/EventArgs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2019-12-29 17:29:36 +0000
committersr55 <[email protected]>2019-12-29 17:29:53 +0000
commit282b04f2fe39205664fbccc81aaab1048294811c (patch)
tree68e6b1a9d16e2d4e8479338462b641aa05bf4d4c /win/CS/HandBrakeWPF/Services/Logging/EventArgs
parentf63e7b79c83d62055f96f0a1a687cffae208a9c8 (diff)
WinGui: Experimental Worker Process (Basic logging is now operational) + UI Infrastructure (currently hidden) needed for the feature. + More Refactoring.
Diffstat (limited to 'win/CS/HandBrakeWPF/Services/Logging/EventArgs')
-rw-r--r--win/CS/HandBrakeWPF/Services/Logging/EventArgs/LogEventArgs.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Services/Logging/EventArgs/LogEventArgs.cs b/win/CS/HandBrakeWPF/Services/Logging/EventArgs/LogEventArgs.cs
index 121010e31..034d3cb90 100644
--- a/win/CS/HandBrakeWPF/Services/Logging/EventArgs/LogEventArgs.cs
+++ b/win/CS/HandBrakeWPF/Services/Logging/EventArgs/LogEventArgs.cs
@@ -11,7 +11,7 @@ namespace HandBrakeWPF.Services.Logging.EventArgs
{
using System;
- using LogMessage = HandBrakeWPF.Services.Logging.Model.LogMessage;
+ using HandBrake.Worker.Logging.Models;
/// <summary>
/// The Message Logged Event Args