Browse Source

Kernel: Mark MSIHandler as final

Brian Gianforcaro 5 years ago
parent
commit
2eae70b097
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Kernel/Interrupts/MSIHandler.h

+ 1 - 1
Kernel/Interrupts/MSIHandler.h

@@ -33,7 +33,7 @@
 
 namespace Kernel {
 
-class MSIHandler : public GenericInterruptHandler {
+class MSIHandler final : public GenericInterruptHandler {
 public:
     virtual ~MSIHandler();