summaryrefslogtreecommitdiff
path: root/include/erebos/message.h
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2020-03-18 22:53:40 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2020-03-23 21:37:30 +0100
commit627d135bf5108f514161e1d37acf6b97c4b3c4a3 (patch)
tree601b2560bb484aedbe51f25a6da3beeae62a78fc /include/erebos/message.h
parent29ade9784fe65ecd686b5e8e18d84e6acc30b37a (diff)
Move UUID and time definitions to separate modules
Diffstat (limited to 'include/erebos/message.h')
-rw-r--r--include/erebos/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/erebos/message.h b/include/erebos/message.h
index 6415f92..0b5e257 100644
--- a/include/erebos/message.h
+++ b/include/erebos/message.h
@@ -15,7 +15,7 @@ class DirectMessage
{
public:
const Identity & from() const;
- const ZonedTime & time() const;
+ const struct ZonedTime & time() const;
const std::string & text() const;
private: