diff options
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: |