mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 17:17:51 -05:00
Merge pull request #940 from lioncash/private
kernel/event: Make data members private
This commit is contained in:
@ -316,7 +316,7 @@ std::vector<std::unique_ptr<WaitTreeItem>> WaitTreeEvent::GetChildren() const {
|
||||
|
||||
list.push_back(std::make_unique<WaitTreeText>(
|
||||
tr("reset type = %1")
|
||||
.arg(GetResetTypeQString(static_cast<const Kernel::Event&>(object).reset_type))));
|
||||
.arg(GetResetTypeQString(static_cast<const Kernel::Event&>(object).GetResetType()))));
|
||||
return list;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user