From 7ab8f789430afd1f937a47fb5f76c20b4d67412a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 23 Mar 2024 13:06:28 +0300 Subject: missing variable initialization --- plugins/NewStory/src/history_control.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/NewStory/src/history_control.cpp b/plugins/NewStory/src/history_control.cpp index 6cbc484733..1a0296f22b 100644 --- a/plugins/NewStory/src/history_control.cpp +++ b/plugins/NewStory/src/history_control.cpp @@ -326,6 +326,7 @@ public: CDeleteEventsDlg(MCONTACT hContact) : CDlgBase(g_plugin, IDD_EMPTYHISTORY), + m_hContact(hContact), chkDelHistory(this, IDC_DELSERVERHISTORY), chkForEveryone(this, IDC_BOTH) { -- cgit v1.2.3