summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services/Logging/LogService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/Services/Logging/LogService.cs')
-rw-r--r--win/CS/HandBrakeWPF/Services/Logging/LogService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Services/Logging/LogService.cs b/win/CS/HandBrakeWPF/Services/Logging/LogService.cs
index bc416bb6e..7abcf69a7 100644
--- a/win/CS/HandBrakeWPF/Services/Logging/LogService.cs
+++ b/win/CS/HandBrakeWPF/Services/Logging/LogService.cs
@@ -144,7 +144,7 @@ namespace HandBrakeWPF.Services.Logging
return log;
}
- public async void Reset()
+ public void Reset()
{
lock (this.lockObject)
{