summaryrefslogtreecommitdiff
path: root/src/yuzu/game_list.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-06-13 16:52:19 -0400
committerMorph <39850852+Morph1984@users.noreply.github.com>2022-06-14 08:30:07 -0400
commite29e8eec2febc58e36add101d63e197f3ddea0bc (patch)
treee19f633af8cb29f23eae464d74f6118f970ef0b3 /src/yuzu/game_list.h
parent8b55f2c615f72d74cc1754941ffba5d526dd8d1d (diff)
game_list: Eliminate variable shadowing
Diffstat (limited to 'src/yuzu/game_list.h')
-rw-r--r--src/yuzu/game_list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/game_list.h b/src/yuzu/game_list.h
index 464da98ad..bc36d015a 100644
--- a/src/yuzu/game_list.h
+++ b/src/yuzu/game_list.h
@@ -67,8 +67,8 @@ public:
COLUMN_COUNT, // Number of columns
};
- explicit GameList(std::shared_ptr<FileSys::VfsFilesystem> vfs,
- FileSys::ManualContentProvider* provider, Core::System& system_,
+ explicit GameList(std::shared_ptr<FileSys::VfsFilesystem> vfs_,
+ FileSys::ManualContentProvider* provider_, Core::System& system_,
GMainWindow* parent = nullptr);
~GameList() override;