diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-08 13:41:39 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-08 13:41:39 +0100 |
commit | b7950517a055b6aee4d0806e32dbd466a6ae59d0 (patch) | |
tree | d10281b8d1c2221e25d1e0c159884df0ffda520a /include/datetime/appointment.h | |
parent | dabd7c8c65ef0132dbf75360ae83e9505cbe614d (diff) | |
download | ayatana-indicator-datetime-b7950517a055b6aee4d0806e32dbd466a6ae59d0.tar.gz ayatana-indicator-datetime-b7950517a055b6aee4d0806e32dbd466a6ae59d0.tar.bz2 ayatana-indicator-datetime-b7950517a055b6aee4d0806e32dbd466a6ae59d0.zip |
README.md: Add some manual line breaks.
Diffstat (limited to 'include/datetime/appointment.h')
-rw-r--r-- | include/datetime/appointment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/datetime/appointment.h b/include/datetime/appointment.h index 2cd1807..700bb2e 100644 --- a/include/datetime/appointment.h +++ b/include/datetime/appointment.h @@ -54,7 +54,7 @@ public: bool is_ubuntu_alarm() const { return type == UBUNTU_ALARM; } std::string uid; - std::string color; + std::string color; std::string summary; std::string activation_url; DateTime begin; |