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

Kernel: Add and remove explicit keyword where needed

This commit is contained in:
Liav A 2020-08-28 00:28:07 +03:00 committed by Andreas Kling
parent 6020a4f274
commit a431108ab6
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ public:
protected:
void change_irq_number(u8 irq);
IRQHandler(u8 irq);
explicit IRQHandler(u8 irq);
private:
bool m_shared_with_others { false };