summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/mii/manager.h')
-rw-r--r--src/core/hle/service/mii/manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/mii/manager.h b/src/core/hle/service/mii/manager.h
index 2106a528a..ec7efa5f7 100644
--- a/src/core/hle/service/mii/manager.h
+++ b/src/core/hle/service/mii/manager.h
@@ -89,7 +89,7 @@ static_assert(std::has_unique_object_representations_v<MiiInfo>,
#pragma pack(push, 4)
struct MiiInfoElement {
- MiiInfoElement(const MiiInfo& info, Source source) : info{info}, source{source} {}
+ MiiInfoElement(const MiiInfo& info_, Source source_) : info{info_}, source{source_} {}
MiiInfo info{};
Source source{};