mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 02:27:49 +00:00
fixup! hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.
This commit is contained in:
parent
a257c4971d
commit
e04364fcf4
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public:
|
|||
void OnSessionFinalized();
|
||||
void OnServerClosed();
|
||||
|
||||
constexpr const KPort* GetParent() const {
|
||||
const KPort* GetParent() const {
|
||||
return parent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue