aboutsummaryrefslogtreecommitdiff
path: root/include/notifications/awake.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2015-03-31 13:54:26 -0500
committerCharles Kerr <charles.kerr@canonical.com>2015-03-31 13:54:26 -0500
commit845067b3f37ff48eab3b612d52518e529559b738 (patch)
tree94f6104d71d25f2c000d4fa67880b895ab71c90e /include/notifications/awake.h
parent4bf70c7afae44d4005d25105690304b4e9e361f3 (diff)
downloadayatana-indicator-datetime-845067b3f37ff48eab3b612d52518e529559b738.tar.gz
ayatana-indicator-datetime-845067b3f37ff48eab3b612d52518e529559b738.tar.bz2
ayatana-indicator-datetime-845067b3f37ff48eab3b612d52518e529559b738.zip
simplify the awake display timeout code
Diffstat (limited to 'include/notifications/awake.h')
-rw-r--r--include/notifications/awake.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notifications/awake.h b/include/notifications/awake.h
index ad04cca..bc38817 100644
--- a/include/notifications/awake.h
+++ b/include/notifications/awake.h
@@ -36,7 +36,7 @@ namespace notifications {
class Awake
{
public:
- explicit Awake(const std::string& app_name, unsigned int display_on_seconds);
+ explicit Awake(const std::string& app_name);
~Awake();
private: