diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-11-09 00:55:18 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-11-09 00:55:18 -0500 |
commit | da561ba4d57f58ca44bf93e066e4c80d6b5266d9 (patch) | |
tree | 8315c247b308c0bbd437137111f43281fe7b9551 /discord/snowflake.hpp | |
parent | c40b8a412272a7a407764166917cf3c61e7dc47f (diff) | |
download | abaddon-portaudio-da561ba4d57f58ca44bf93e066e4c80d6b5266d9.tar.gz abaddon-portaudio-da561ba4d57f58ca44bf93e066e4c80d6b5266d9.zip |
initial msys compatibility
Diffstat (limited to 'discord/snowflake.hpp')
-rw-r--r-- | discord/snowflake.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/snowflake.hpp b/discord/snowflake.hpp index 0b79723..1cabf3d 100644 --- a/discord/snowflake.hpp +++ b/discord/snowflake.hpp @@ -12,7 +12,7 @@ struct Snowflake { static Snowflake FromNow(); // not thread safe bool IsValid() const; - std::string GetLocalTimestamp() const; + Glib::ustring GetLocalTimestamp() const; bool operator==(const Snowflake &s) const noexcept { return m_num == s.m_num; |