summaryrefslogtreecommitdiff
path: root/src/input_common/gcadapter/gc_poller.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-07-14 10:20:12 -0400
committerGitHub <noreply@github.com>2020-07-14 10:20:12 -0400
commit393cdb15f508d0b3b9db1592c4e081c0f21e907a (patch)
tree70219ad8f4744cc9a5f6e107a594909a3a2d7ea7 /src/input_common/gcadapter/gc_poller.h
parentedb291b3be33fe9382a0bbe0e5cdf35aea6db180 (diff)
parenta1dddca4ab83cb63463134db11ed3585d8bd91f1 (diff)
Merge pull request #4314 from lioncash/input-warn
gcadapter: Tidy up compiler warnings
Diffstat (limited to 'src/input_common/gcadapter/gc_poller.h')
-rw-r--r--src/input_common/gcadapter/gc_poller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/gcadapter/gc_poller.h b/src/input_common/gcadapter/gc_poller.h
index e96af7d51..0527f328f 100644
--- a/src/input_common/gcadapter/gc_poller.h
+++ b/src/input_common/gcadapter/gc_poller.h
@@ -25,7 +25,7 @@ public:
*/
std::unique_ptr<Input::ButtonDevice> Create(const Common::ParamPackage& params) override;
- Common::ParamPackage GetNextInput();
+ Common::ParamPackage GetNextInput() const;
/// For device input configuration/polling
void BeginConfiguration();