diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-04-06 21:07:45 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-04-06 21:07:45 -0400 |
commit | 57e95c8969394915c1796f48108443b0a8b7c28b (patch) | |
tree | c35b29142dd60b344b21109d1cb801dd1c11dbd8 /src/discord/guild.hpp | |
parent | 56a74fb5dd8d42b96c00e3a8602221fabe5eadfe (diff) | |
download | abaddon-portaudio-57e95c8969394915c1796f48108443b0a8b7c28b.tar.gz abaddon-portaudio-57e95c8969394915c1796f48108443b0a8b7c28b.zip |
replace file chooser with native
also remove clipboard since it was just a workaround and i dont want to maintain it
Diffstat (limited to 'src/discord/guild.hpp')
-rw-r--r-- | src/discord/guild.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/discord/guild.hpp b/src/discord/guild.hpp index 3370fa8..152e250 100644 --- a/src/discord/guild.hpp +++ b/src/discord/guild.hpp @@ -91,7 +91,7 @@ struct GuildData { friend void from_json(const nlohmann::json &j, GuildData &m); void update_from_json(const nlohmann::json &j); - bool HasFeature(const std::string &feature); + bool HasFeature(const std::string &feature) const; bool HasIcon() const; bool HasAnimatedIcon() const; std::string GetIconURL(const std::string &ext = "png", const std::string &size = "32") const; |