summaryrefslogtreecommitdiff
path: root/libsowatch/watch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch/watch.cpp')
-rw-r--r--libsowatch/watch.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/libsowatch/watch.cpp b/libsowatch/watch.cpp
index 7792693..e62c6c4 100644
--- a/libsowatch/watch.cpp
+++ b/libsowatch/watch.cpp
@@ -13,3 +13,8 @@ Watch::~Watch()
{
}
+
+void Watch::vibrate(int msecs)
+{
+ /* The default implementation does nothing. */
+}