diff options
Diffstat (limited to 'Applications/IRCClient/IRCAppWindow.h')
-rw-r--r-- | Applications/IRCClient/IRCAppWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/IRCClient/IRCAppWindow.h b/Applications/IRCClient/IRCAppWindow.h index a9787850c4..b3cb5013b8 100644 --- a/Applications/IRCClient/IRCAppWindow.h +++ b/Applications/IRCClient/IRCAppWindow.h @@ -28,7 +28,7 @@ private: IRCWindow& create_window(void* owner, IRCWindow::Type, const String& name); IRCClient m_client; GStackWidget* m_container { nullptr }; - GTableView* m_window_list { nullptr }; + ObjectPtr<GTableView> m_window_list; RefPtr<GAction> m_join_action; RefPtr<GAction> m_part_action; RefPtr<GAction> m_whois_action; |