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 bfb5679..f4f1b4d 100644 --- a/include/notifications/haptic.h +++ b/include/notifications/haptic.h @@ -41,7 +41,7 @@ public: MODE_PULSE }; - Haptic(const Mode& mode = MODE_PULSE); + explicit Haptic(const Mode& mode = MODE_PULSE); ~Haptic(); private: |