gc_poller: Mark GCButtonFactory::GetNextInput() as const
This doesn't modify class instance state.
This commit is contained in:
parent
839c91cd14
commit
a1dddca4ab
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue