summaryrefslogtreecommitdiff
path: root/src/components/channellist/classic/guildlistfolderitem.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2024-05-21 02:06:20 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2024-05-21 02:06:20 -0400
commit057dd2a1f8de65e4885f48211e324e1b966f4e2f (patch)
tree3c6d44061589b636ac9624a988baae969a1c6b80 /src/components/channellist/classic/guildlistfolderitem.hpp
parenta4856a5378507bc5d32c86d638a7175c29bf4301 (diff)
downloadabaddon-portaudio-057dd2a1f8de65e4885f48211e324e1b966f4e2f.tar.gz
abaddon-portaudio-057dd2a1f8de65e4885f48211e324e1b966f4e2f.zip
add ugly little mention indicator to classic guild listing
Diffstat (limited to 'src/components/channellist/classic/guildlistfolderitem.hpp')
-rw-r--r--src/components/channellist/classic/guildlistfolderitem.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/channellist/classic/guildlistfolderitem.hpp b/src/components/channellist/classic/guildlistfolderitem.hpp
index e5772c0..06d05f1 100644
--- a/src/components/channellist/classic/guildlistfolderitem.hpp
+++ b/src/components/channellist/classic/guildlistfolderitem.hpp
@@ -24,7 +24,7 @@ class GuildListFolderItem : public Gtk::VBox {
public:
GuildListFolderItem(const UserSettingsGuildFoldersEntry &folder);
- void AddGuildWidget(GuildListGuildItem *widget);
+ void AddGuildWidget(Gtk::Widget *widget);
private:
void OnMessageCreate(const Message &msg);