diff --git a/src/Settings.h.in b/src/Settings.h.in index 38e669f..2208d7b 100644 --- a/src/Settings.h.in +++ b/src/Settings.h.in @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2020 LG Electronics, Inc. +// Copyright (c) 2013-2023 LG Electronics, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -58,7 +58,7 @@ public: static bool cbSystemSettingsStatusNotification(LSHandle* lshandle, LSMessage *message, void *user_data); private: - uint32_t m_disableToastTimestamp; + time_t m_disableToastTimestamp; int m_thresholdTimer; int m_retentionPeriod; std::vector m_notificationAggregator;