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
Notes: sideshowbarker 2024-07-19 04:07:17 +09:00

View file

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