aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_per_game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu/configuration/configure_per_game.h')
-rw-r--r--src/yuzu/configuration/configure_per_game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_per_game.h b/src/yuzu/configuration/configure_per_game.h
index cf71eb68b..17a98a0f3 100644
--- a/src/yuzu/configuration/configure_per_game.h
+++ b/src/yuzu/configuration/configure_per_game.h
@@ -39,7 +39,7 @@ class ConfigurePerGame : public QDialog {
public:
// Cannot use std::filesystem::path due to https://bugreports.qt.io/browse/QTBUG-73263
- explicit ConfigurePerGame(QWidget* parent, u64 title_id, const std::string& file_name,
+ explicit ConfigurePerGame(QWidget* parent, u64 title_id_, const std::string& file_name,
Core::System& system_);
~ConfigurePerGame() override;