mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:57:45 +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 {
|
namespace Kernel {
|
||||||
|
|
||||||
class MSIHandler : public GenericInterruptHandler {
|
class MSIHandler final : public GenericInterruptHandler {
|
||||||
public:
|
public:
|
||||||
virtual ~MSIHandler();
|
virtual ~MSIHandler();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue