summaryrefslogtreecommitdiffstats
path: root/win/CS/ToolWindows/UpdateInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/ToolWindows/UpdateInfo.cs')
-rw-r--r--win/CS/ToolWindows/UpdateInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/ToolWindows/UpdateInfo.cs b/win/CS/ToolWindows/UpdateInfo.cs
index f86b0dbd7..a893dbccc 100644
--- a/win/CS/ToolWindows/UpdateInfo.cs
+++ b/win/CS/ToolWindows/UpdateInfo.cs
@@ -28,7 +28,7 @@ namespace Handbrake.ToolWindows
/// <summary>
/// The Current Build
/// </summary>
- private readonly string currentBuild;
+ private readonly int currentBuild;
/// <summary>
/// Initializes a new instance of the <see cref="UpdateInfo"/> class.
@@ -42,7 +42,7 @@ namespace Handbrake.ToolWindows
/// <param name="currentBuild">
/// The current Build.
/// </param>
- public UpdateInfo(UpdateCheckInformation reader, string currentVersion, string currentBuild)
+ public UpdateInfo(UpdateCheckInformation reader, string currentVersion, int currentBuild)
{
InitializeComponent();