aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/wakeup-timer.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2015-04-03 12:31:36 -0500
committerCharles Kerr <charles.kerr@canonical.com>2015-04-03 12:31:36 -0500
commiteab70c8626906fcf98f5d5653a8ea1bebd2cfc89 (patch)
treea467d185ffad9cd2eb6f743a5119b6d41b93ddea /include/datetime/wakeup-timer.h
parentfff19d70649589b81a896e4deb032a7bd4bdca1e (diff)
downloadayatana-indicator-datetime-eab70c8626906fcf98f5d5653a8ea1bebd2cfc89.tar.gz
ayatana-indicator-datetime-eab70c8626906fcf98f5d5653a8ea1bebd2cfc89.tar.bz2
ayatana-indicator-datetime-eab70c8626906fcf98f5d5653a8ea1bebd2cfc89.zip
add override keyword to WakeupTimer
Diffstat (limited to 'include/datetime/wakeup-timer.h')
-rw-r--r--include/datetime/wakeup-timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/datetime/wakeup-timer.h b/include/datetime/wakeup-timer.h
index 0a9923c..3e5344c 100644
--- a/include/datetime/wakeup-timer.h
+++ b/include/datetime/wakeup-timer.h
@@ -41,7 +41,7 @@ public:
WakeupTimer() =default;
virtual ~WakeupTimer() =default;
virtual void set_wakeup_time (const DateTime&) =0;
- virtual core::Signal<>& timeout() = 0;
+ virtual core::Signal<>& timeout() =0;
};
/***