diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/datetime/settings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/datetime/settings.h b/include/datetime/settings.h index 26d4ed0..e5f885e 100644 --- a/include/datetime/settings.h +++ b/include/datetime/settings.h @@ -57,8 +57,8 @@ public: core::Property<TimeFormatMode> time_format_mode; core::Property<std::string> timezone_name; core::Property<std::string> alarm_sound; - core::Property<int> alarm_volume; - core::Property<int> alarm_duration; + core::Property<unsigned int> alarm_volume; + core::Property<unsigned int> alarm_duration; }; } // namespace datetime |