diff options
Diffstat (limited to 'src/tangara/input/input_touch_wheel.hpp')
| -rw-r--r-- | src/tangara/input/input_touch_wheel.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tangara/input/input_touch_wheel.hpp b/src/tangara/input/input_touch_wheel.hpp index b2583e85..3f2ed49e 100644 --- a/src/tangara/input/input_touch_wheel.hpp +++ b/src/tangara/input/input_touch_wheel.hpp @@ -30,7 +30,7 @@ class TouchWheel : public IInputDevice { auto name() -> std::string override; auto triggers() -> std::vector<std::reference_wrapper<TriggerHooks>> override; - auto onLock(drivers::NvsStorage::LockedInputModes) -> void override; + auto onLock() -> void override; auto onUnlock() -> void override; auto sensitivity() -> lua::Property&; |
