diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2016-04-28 09:35:05 -0300 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-07-07 01:10:29 +0200 |
commit | 846dfb9d7b16aec7923444083256a8565f308013 (patch) | |
tree | a7771902a19a3c4a147b336d886943eef7561a94 /include/notifications/notifications.h | |
parent | 76e3bd94724e9bc7bedd24548103e31d85334d53 (diff) | |
download | ayatana-indicator-datetime-846dfb9d7b16aec7923444083256a8565f308013.tar.gz ayatana-indicator-datetime-846dfb9d7b16aec7923444083256a8565f308013.tar.bz2 ayatana-indicator-datetime-846dfb9d7b16aec7923444083256a8565f308013.zip |
Small fixes requeted by charles during the review.
Diffstat (limited to 'include/notifications/notifications.h')
-rw-r--r-- | include/notifications/notifications.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notifications/notifications.h b/include/notifications/notifications.h index 4b66800..450c45b 100644 --- a/include/notifications/notifications.h +++ b/include/notifications/notifications.h @@ -75,7 +75,7 @@ public: void set_closed_callback (std::function<void(const std::string& action)>); /** Sets the time-out callback. This will be called exactly once. */ - void set_missed_click_callback (std::function<void()>); + void set_timeout_callback (std::function<void()>); private: |