summaryrefslogtreecommitdiff
path: root/components/memberlist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/memberlist.hpp')
-rw-r--r--components/memberlist.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/memberlist.hpp b/components/memberlist.hpp
index a3642c9..f19880e 100644
--- a/components/memberlist.hpp
+++ b/components/memberlist.hpp
@@ -3,6 +3,7 @@
#include <mutex>
#include <unordered_map>
#include "../discord/discord.hpp"
+#include "lazyimage.hpp"
class MemberListUserRow : public Gtk::ListBoxRow {
public:
@@ -14,7 +15,7 @@ public:
private:
Gtk::EventBox *m_ev;
Gtk::Box *m_box;
- Gtk::Image *m_avatar;
+ LazyImage *m_avatar;
Gtk::Label *m_label;
};