mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
kernel/handle-table: In-class initialize data members
Directly initializes members where applicable.
This commit is contained in:
parent
f9c32c373d
commit
a13187e002
2 changed files with 2 additions and 3 deletions
|
@ -23,7 +23,6 @@ constexpr u16 GetGeneration(Handle handle) {
|
|||
} // Anonymous namespace
|
||||
|
||||
HandleTable::HandleTable() {
|
||||
next_generation = 1;
|
||||
Clear();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue