diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-04-05 02:49:11 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-04-05 02:49:11 -0400 |
commit | 6acd65fbaa052abaa989201dd853ffa261d2231e (patch) | |
tree | 34476b03b40b67d94f48f905f3f3f79a2a6c4e6c /discord/discord.hpp | |
parent | 08d604f8369327cbf2db6f81b733ed2b3f524d2e (diff) | |
download | abaddon-portaudio-6acd65fbaa052abaa989201dd853ffa261d2231e.tar.gz abaddon-portaudio-6acd65fbaa052abaa989201dd853ffa261d2231e.zip |
fix build (again ffs)
Diffstat (limited to 'discord/discord.hpp')
-rw-r--r-- | discord/discord.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/discord.hpp b/discord/discord.hpp index bb3d800..cd3286c 100644 --- a/discord/discord.hpp +++ b/discord/discord.hpp @@ -75,7 +75,7 @@ public: std::set<Snowflake> GetMessagesForChannel(Snowflake id) const; std::set<Snowflake> GetPrivateChannels() const; - PremiumType GetSelfPremiumType() const; + EPremiumType GetSelfPremiumType() const; void FetchMessagesInChannel(Snowflake id, std::function<void(const std::vector<Snowflake> &)> cb); void FetchMessagesInChannelBefore(Snowflake channel_id, Snowflake before_id, std::function<void(const std::vector<Snowflake> &)> cb); |