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.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/channellist/classic/guildlistfolderitem.hpp b/src/components/channellist/classic/guildlistfolderitem.hpp
index 3506969..4b7ba0a 100644
--- a/src/components/channellist/classic/guildlistfolderitem.hpp
+++ b/src/components/channellist/classic/guildlistfolderitem.hpp
@@ -6,10 +6,14 @@
#include "guildlistguilditem.hpp"
+class GuildListGuildItem;
+
class GuildListFolderItem : public Gtk::VBox {
public:
GuildListFolderItem();
+ void AddGuildWidget(GuildListGuildItem *widget);
+
private:
Gtk::EventBox m_ev;
Gtk::Image m_image;