Kernel: Mark MSIHandler as final
This commit is contained in:
parent
fb29bc8b50
commit
2eae70b097
Notes:
sideshowbarker
2024-07-19 04:07:17 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/2eae70b0975 Pull-request: https://github.com/SerenityOS/serenity/pull/3061
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
Reference in a new issue