mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-12-20 23:46:03 +01:00
Merge pull request #1036 from GaborApatiNagy/master_batch_new2
Fixed warning as an error in build
This commit is contained in:
commit
c63d21585f
@ -106,7 +106,7 @@ namespace XenAdmin.Wizards.PatchingWizard.PlanActions
|
|||||||
return agentStartTime;
|
return agentStartTime;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Cancel()
|
public override void Cancel()
|
||||||
{
|
{
|
||||||
_cancelled = true;
|
_cancelled = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user