mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:37:35 +00:00
Kernel: Mark MSIHandler as final
This commit is contained in:
parent
fb29bc8b50
commit
2eae70b097
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
namespace Kernel {
|
||||
|
||||
class MSIHandler : public GenericInterruptHandler {
|
||||
class MSIHandler final : public GenericInterruptHandler {
|
||||
public:
|
||||
virtual ~MSIHandler();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue