diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-04 13:03:00 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-04 13:03:00 +0300 |
commit | 7df671fa2b5260ab25ec456af143ce66e17a43d5 (patch) | |
tree | dbc8f0e348b7662f76ad7bdbf62692447796fb75 /plugins/NewStory/src/stdafx.h | |
parent | 1f6bcd03f61b94992bf8171b5271a979f6203828 (diff) |
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
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
-rw-r--r-- | plugins/NewStory/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |