mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Kernel: Mark Thread::Blocker leaf subclasses final
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Kernel {
|
||||
|
||||
static Singleton<MutexProtected<HashMap<IPv4Address, MACAddress>>> s_arp_table;
|
||||
|
||||
class ARPTableBlocker : public Thread::Blocker {
|
||||
class ARPTableBlocker final : public Thread::Blocker {
|
||||
public:
|
||||
ARPTableBlocker(IPv4Address ip_addr, Optional<MACAddress>& addr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user