fixup! hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.

This commit is contained in:
bunnei
2021-05-01 12:53:56 -07:00
parent 703d7aaab6
commit 9434603450
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ public:
name = std::move(name_);
}
constexpr KEvent* GetParent() const {
KEvent* GetParent() const {
return parent;
}
+1 -1
View File
@@ -29,7 +29,7 @@ public:
ResultCode Signal();
ResultCode Clear();
constexpr KEvent* GetParent() const {
KEvent* GetParent() const {
return parent;
}