summaryrefslogtreecommitdiff
path: root/discord/snowflake.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-11-09 00:55:18 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2021-11-09 00:55:18 -0500
commitda561ba4d57f58ca44bf93e066e4c80d6b5266d9 (patch)
tree8315c247b308c0bbd437137111f43281fe7b9551 /discord/snowflake.hpp
parentc40b8a412272a7a407764166917cf3c61e7dc47f (diff)
downloadabaddon-portaudio-da561ba4d57f58ca44bf93e066e4c80d6b5266d9.tar.gz
abaddon-portaudio-da561ba4d57f58ca44bf93e066e4c80d6b5266d9.zip
initial msys compatibility
Diffstat (limited to 'discord/snowflake.hpp')
-rw-r--r--discord/snowflake.hpp2
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;