summaryrefslogtreecommitdiff
path: root/src/input_common/input_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_common/input_engine.h')
-rw-r--r--src/input_common/input_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/input_engine.h b/src/input_common/input_engine.h
index 5430c0cf8..c621686e5 100644
--- a/src/input_common/input_engine.h
+++ b/src/input_common/input_engine.h
@@ -166,7 +166,7 @@ public:
166 }; 166 };
167 167
168 /// Retrieves the index number of the given hat button direction 168 /// Retrieves the index number of the given hat button direction
169 virtual u8 GetHatButtonId([[maybe_unused]] const std::string direction_name) const { 169 virtual u8 GetHatButtonId([[maybe_unused]] const std::string& direction_name) const {
170 return 0; 170 return 0;
171 }; 171 };
172 172