summaryrefslogtreecommitdiff
path: root/src/components/chatinput.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/chatinput.hpp')
-rw-r--r--src/components/chatinput.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/chatinput.hpp b/src/components/chatinput.hpp
index ba3ab36..254f96f 100644
--- a/src/components/chatinput.hpp
+++ b/src/components/chatinput.hpp
@@ -41,7 +41,7 @@ public:
[[nodiscard]] std::vector<ChatSubmitParams::Attachment> GetAttachments() const;
private:
- std::set<ChatInputAttachmentItem *> m_attachments;
+ std::vector<ChatInputAttachmentItem *> m_attachments;
Gtk::Box m_box;