Kernel: Mark MSIHandler as final

This commit is contained in:
Brian Gianforcaro 2020-08-09 13:21:07 -07:00 committed by Andreas Kling
commit 2eae70b097
Notes: sideshowbarker 2024-07-19 04:07:17 +09:00

View file

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