summaryrefslogtreecommitdiff
path: root/components/memberlist.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-06-04 02:39:35 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2021-06-04 02:39:35 -0400
commit43ea62d444b41e9ffff785ede2620b2e64fbb3b7 (patch)
tree95ccd96da8a15a4ce6586b8a065277770999087a /components/memberlist.hpp
parent79c00c68e5845b496f6d3163d6fbc6e1c6de56ae (diff)
parent28b33d1b220aef5558ef58eb1326510ccccf5361 (diff)
downloadabaddon-portaudio-43ea62d444b41e9ffff785ede2620b2e64fbb3b7.tar.gz
abaddon-portaudio-43ea62d444b41e9ffff785ede2620b2e64fbb3b7.zip
merge
Diffstat (limited to 'components/memberlist.hpp')
-rw-r--r--components/memberlist.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/memberlist.hpp b/components/memberlist.hpp
index b765f13..180e76d 100644
--- a/components/memberlist.hpp
+++ b/components/memberlist.hpp
@@ -9,7 +9,7 @@ class LazyImage;
class StatusIndicator;
class MemberListUserRow : public Gtk::ListBoxRow {
public:
- MemberListUserRow(const GuildData *guild, const UserData &data);
+ MemberListUserRow(const std::optional<GuildData> &guild, const UserData &data);
Snowflake ID;