mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 08:10:02 +00:00
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: 2eae70b097
Pull-request: https://github.com/SerenityOS/serenity/pull/3061
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