Merge pull request #1036 from GaborApatiNagy/master_batch_new2

Fixed warning as an error in build
This commit is contained in:
Gabor Apati-Nagy 2016-06-23 10:28:29 +01:00 committed by GitHub
commit c63d21585f

View File

@ -106,7 +106,7 @@ namespace XenAdmin.Wizards.PatchingWizard.PlanActions
return agentStartTime; return agentStartTime;
} }
public void Cancel() public override void Cancel()
{ {
_cancelled = true; _cancelled = true;