diff options
Diffstat (limited to 'include/notifications/haptic.h')
-rw-r--r-- | include/notifications/haptic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notifications/haptic.h b/include/notifications/haptic.h index 535074d..2f4008a 100644 --- a/include/notifications/haptic.h +++ b/include/notifications/haptic.h @@ -41,7 +41,7 @@ public: MODE_PULSE }; - explicit Haptic(const Mode& mode = MODE_PULSE); + explicit Haptic(const Mode& mode = MODE_PULSE, bool repeat = false); ~Haptic(); private: |