From 49685c39895af67d7ffcc50fdc02150b6ee44f72 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 5 Apr 2022 22:01:53 -0400 Subject: fix up a bunch of clang-tidy stuff mostly changing references, which i hope doesnt break stuff with models (TreeRow, iterators) since they gave me some strange problems in the past --- src/discord/guild.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/discord/guild.hpp') diff --git a/src/discord/guild.hpp b/src/discord/guild.hpp index 51b5a01..3370fa8 100644 --- a/src/discord/guild.hpp +++ b/src/discord/guild.hpp @@ -94,6 +94,5 @@ struct GuildData { bool HasFeature(const std::string &feature); bool HasIcon() const; bool HasAnimatedIcon() const; - std::string GetIconURL(std::string ext = "png", std::string size = "32") const; - std::vector GetSortedChannels(Snowflake ignore = Snowflake::Invalid) const; + std::string GetIconURL(const std::string &ext = "png", const std::string &size = "32") const; }; -- cgit v1.2.3