summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/ErrorViewModel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/ErrorViewModel.cs')
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/ErrorViewModel.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/ErrorViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/ErrorViewModel.cs
index b93671970..bed8806a4 100644
--- a/win/CS/HandBrakeWPF/ViewModels/ErrorViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/ErrorViewModel.cs
@@ -46,7 +46,6 @@ namespace HandBrakeWPF.ViewModels
/// Initializes a new instance of the <see cref="ErrorViewModel"/> class.
/// </summary>
public ErrorViewModel()
- : base(null)
{
this.Title = "Error";
this.ErrorMessage = "An Unknown Error has occured.";