aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/devices
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/Tablet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/Tablet.cpp b/src/devices/Tablet.cpp
index 71ca8991..99e436fb 100644
--- a/src/devices/Tablet.cpp
+++ b/src/devices/Tablet.cpp
@@ -197,7 +197,7 @@ CTabletPad::CTabletPad(SP<Aquamarine::ITabletPad> pad_) : pad(pad_) {
});
});
- listeners.attach = pad->events.attach.registerListener([this](std::any d) {
+ listeners.attach = pad->events.attach.registerListener([](std::any d) {
; // TODO: this doesn't do anything in aq atm
});