summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Commands/Menu
diff options
context:
space:
mode:
authorsr55 <[email protected]>2018-12-08 15:28:38 +0000
committersr55 <[email protected]>2018-12-08 15:28:38 +0000
commit14058f3ca4f1f31a65f96344426305a659eaa3eb (patch)
treec3ca42688e2d68d16997d85c5108a8b75990714f /win/CS/HandBrakeWPF/Commands/Menu
parent5ed3665f950aa4370b5dcf039aff75236070f9b3 (diff)
WinGui: Fix a number of build warnings. Fixes #1720 and #1721 and a few other warnings in the code.
Diffstat (limited to 'win/CS/HandBrakeWPF/Commands/Menu')
-rw-r--r--win/CS/HandBrakeWPF/Commands/Menu/QueueCommands.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Commands/Menu/QueueCommands.cs b/win/CS/HandBrakeWPF/Commands/Menu/QueueCommands.cs
index 2f0bb009d..c9e0d9fef 100644
--- a/win/CS/HandBrakeWPF/Commands/Menu/QueueCommands.cs
+++ b/win/CS/HandBrakeWPF/Commands/Menu/QueueCommands.cs
@@ -76,6 +76,6 @@ namespace HandBrakeWPF.Commands.Menu
/// <summary>
/// The can execute changed.
/// </summary>
- public event EventHandler CanExecuteChanged;
+ public event EventHandler CanExecuteChanged { add { } remove { } }
}
}