mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-27 23:14:38 +00:00
Fixed compiler warning
This commit is contained in:
parent
93eeb1f53b
commit
74fc521ebf
@ -38,7 +38,7 @@ namespace Driver
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
DriverInterruptHook(int Interrupt, void *Address, void *ParamData);
|
DriverInterruptHook(int Interrupt, void *Address, void *ParamData);
|
||||||
~DriverInterruptHook();
|
virtual ~DriverInterruptHook() = default;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct DriverFile
|
struct DriverFile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user