summaryrefslogtreecommitdiff
path: root/src/hypervisor_check.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/hypervisor_check.ads')
-rw-r--r--src/hypervisor_check.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hypervisor_check.ads b/src/hypervisor_check.ads
index ced2309..3bb84be 100644
--- a/src/hypervisor_check.ads
+++ b/src/hypervisor_check.ads
@@ -49,7 +49,7 @@ package Hypervisor_Check is
function Get_DMI_Vendor_String return US.Unbounded_String;
- function Command_Succeeds (Command : Interfaces.C.Char_Array) return Boolean;
+ function Command_Succeeds (Command : String) return Boolean;
function VirtualBox_PCI_Present return Boolean;