mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-08-07 16:09:28 +02:00
kern: fix syntax in audit statement
This commit is contained in:
parent
9ac47ccc1b
commit
9f7ff7a64a
@ -96,7 +96,7 @@ namespace ams::kern {
|
||||
size_t count = 0;
|
||||
|
||||
for (const auto &obj : list) {
|
||||
MESOSPHERE_AUDIT(obj.DynamicCast<const U *>() != nullptr);
|
||||
MESOSPHERE_AUDIT(obj.template DynamicCast<const U *>() != nullptr);
|
||||
if (static_cast<const U &>(obj).GetOwner() == owner) {
|
||||
++count;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user