From 7df671fa2b5260ab25ec456af143ce66e17a43d5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 4 May 2020 13:03:00 +0300 Subject: NewStory: - mind blowing enum EventLoadMode removed and replaced with the simple bool flag; - massive memory leak removed; - wtext_del flag removed (now all strings are allocated via mir_alloc()); - displayed events now are marked as read if needed --- plugins/NewStory/src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewStory/src/stdafx.h') diff --git a/plugins/NewStory/src/stdafx.h b/plugins/NewStory/src/stdafx.h index 52d19c9a3d..b2e65af798 100644 --- a/plugins/NewStory/src/stdafx.h +++ b/plugins/NewStory/src/stdafx.h @@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. #include "win2k.h" #include "m_chat_int.h" #include "m_clc.h" -#include "m_clist.h" +#include "m_clistint.h" #include "m_options.h" #include "m_skin.h" #include "m_langpack.h" -- cgit v1.2.3