mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05: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
Reference in a new issue