diff --git a/include/driver.hpp b/include/driver.hpp index fba70a2..61a30c7 100644 --- a/include/driver.hpp +++ b/include/driver.hpp @@ -38,7 +38,7 @@ namespace Driver public: DriverInterruptHook(int Interrupt, void *Address, void *ParamData); - ~DriverInterruptHook(); + virtual ~DriverInterruptHook() = default; }; struct DriverFile