summaryrefslogtreecommitdiff
path: root/src/windows/threadswindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/threadswindow.hpp')
-rw-r--r--src/windows/threadswindow.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/threadswindow.hpp b/src/windows/threadswindow.hpp
index 0e42414..ebcbd13 100644
--- a/src/windows/threadswindow.hpp
+++ b/src/windows/threadswindow.hpp
@@ -27,7 +27,7 @@ public:
private:
Gtk::ListBox m_list;
- void OnPublicFetched(DiscordError code, const ArchivedThreadsResponseData &data);
+ void OnThreadsFetched(DiscordError code, const ArchivedThreadsResponseData &data);
using type_signal_thread_open = sigc::signal<void, Snowflake>;
type_signal_thread_open m_signal_thread_open;