mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-26 17:27:53 -05:00
kraken: Address comments from review
Fix compiler bug
This commit is contained in:
@ -14,7 +14,7 @@ namespace InputCommon {
|
||||
*/
|
||||
class TouchScreen final : public InputCommon::InputEngine {
|
||||
public:
|
||||
explicit TouchScreen(const std::string input_engine_);
|
||||
explicit TouchScreen(const std::string& input_engine_);
|
||||
|
||||
/**
|
||||
* Signals that mouse has moved.
|
||||
|
Reference in New Issue
Block a user