mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 22:07:48 +00:00
Kernel: Mark all appropriate kernel objects as "final"
This commit is contained in:
parent
58b544db99
commit
d917a9bf77
7 changed files with 7 additions and 8 deletions
|
@ -26,7 +26,7 @@ enum class ArbitrationType : u32 {
|
|||
DecrementAndWaitIfLessThanWithTimeout,
|
||||
};
|
||||
|
||||
class AddressArbiter : public Object {
|
||||
class AddressArbiter final : public Object {
|
||||
public:
|
||||
/**
|
||||
* Creates an address arbiter.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue