1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:37:35 +00:00

Kernel: Mark MSIHandler as final

This commit is contained in:
Brian Gianforcaro 2020-08-09 13:21:07 -07:00 committed by Andreas Kling
parent fb29bc8b50
commit 2eae70b097

View file

@ -33,7 +33,7 @@
namespace Kernel {
class MSIHandler : public GenericInterruptHandler {
class MSIHandler final : public GenericInterruptHandler {
public:
virtual ~MSIHandler();