diff options
-rw-r--r-- | plugins/NewStory/src/history_control.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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)
{
|