summaryrefslogtreecommitdiff
path: root/src/components/channellist/classic/guildlistfolderitem.hpp
diff options
context:
space:
mode:
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);