summaryrefslogtreecommitdiff
path: root/windows/mainwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'windows/mainwindow.hpp')
-rw-r--r--windows/mainwindow.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/mainwindow.hpp b/windows/mainwindow.hpp
index f877018..544e9a3 100644
--- a/windows/mainwindow.hpp
+++ b/windows/mainwindow.hpp
@@ -2,6 +2,7 @@
#include "../components/channels.hpp"
#include "../components/chatwindow.hpp"
#include "../components/memberlist.hpp"
+#include "../components/friendslist.hpp"
#include <gtkmm.h>
class MainWindow : public Gtk::Window {
@@ -74,6 +75,7 @@ protected:
ChannelList m_channel_list;
ChatWindow m_chat;
MemberList m_members;
+ FriendsList m_friends;
Gtk::Stack m_content_stack;