ソースを参照

Kernel: Mark MSIHandler as final

Brian Gianforcaro 5 年 前
コミット
2eae70b097
1 ファイル変更1 行追加1 行削除
  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();