Fixed compiler warning

This commit is contained in:
Alex 2022-11-06 02:42:40 +02:00
parent 93eeb1f53b
commit 74fc521ebf
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -38,7 +38,7 @@ namespace Driver
public:
DriverInterruptHook(int Interrupt, void *Address, void *ParamData);
~DriverInterruptHook();
virtual ~DriverInterruptHook() = default;
};
struct DriverFile