summaryrefslogtreecommitdiff
path: root/src/yuzu/applets/controller.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-12-05 08:37:13 -0500
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-12-05 08:37:13 -0500
commitf6d4a289d53516789ceb5f90f086ffe8b2822115 (patch)
tree4d2bc21537da98af842e3a102fd0e08439ad1cf9 /src/yuzu/applets/controller.h
parentf2f346e1104106eb9323f0e141e0e67312c29849 (diff)
applets: Resolve variable shadowing
Diffstat (limited to 'src/yuzu/applets/controller.h')
-rw-r--r--src/yuzu/applets/controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/applets/controller.h b/src/yuzu/applets/controller.h
index 7a421d856..3518eed56 100644
--- a/src/yuzu/applets/controller.h
+++ b/src/yuzu/applets/controller.h
@@ -147,7 +147,7 @@ public:
~QtControllerSelector() override;
void ReconfigureControllers(
- std::function<void()> callback,
+ std::function<void()> callback_,
const Core::Frontend::ControllerParameters& parameters) const override;
signals: