mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
Fixed warning as an error in build
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
parent
587c2b5f5d
commit
a8445d5ed8
@ -106,7 +106,7 @@ namespace XenAdmin.Wizards.PatchingWizard.PlanActions
|
||||
return agentStartTime;
|
||||
}
|
||||
|
||||
public void Cancel()
|
||||
public override void Cancel()
|
||||
{
|
||||
_cancelled = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user