diff options
author | Scott <[email protected]> | 2015-12-27 21:57:05 +0000 |
---|---|---|
committer | Scott <[email protected]> | 2015-12-27 21:57:05 +0000 |
commit | e2a5481e83511c59a3322eadab2e71b9f0796cb7 (patch) | |
tree | 971464d9cb8039e65c88aaae3a3a8b41b42d3c80 /win/CS/HandBrakeWPF/Exceptions | |
parent | 930039b3154fcbf919b77ca0448865467e352896 (diff) |
WinGui: Some API and warnings cleanup.
Diffstat (limited to 'win/CS/HandBrakeWPF/Exceptions')
-rw-r--r-- | win/CS/HandBrakeWPF/Exceptions/GeneralApplicationException.cs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Exceptions/GeneralApplicationException.cs b/win/CS/HandBrakeWPF/Exceptions/GeneralApplicationException.cs index cbbcd4058..e54732517 100644 --- a/win/CS/HandBrakeWPF/Exceptions/GeneralApplicationException.cs +++ b/win/CS/HandBrakeWPF/Exceptions/GeneralApplicationException.cs @@ -44,8 +44,10 @@ namespace HandBrakeWPF.Exceptions /// <param name="solution"> /// The solution. /// </param> - public GeneralApplicationException(string error, string solution) : this(error, solution, null) - {} + public GeneralApplicationException(string error, string solution) + : this(error, solution, null) + { + } /// <summary> /// Gets or sets FailureReason. |