summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history_array.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-04-14 20:57:41 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-04-14 20:57:50 +0300
commitb330cf1861cc79d629ad1a7ecb3161fe8210521b (patch)
treecc60bc42461f725b5209d5d47d33febb376dcb84 /plugins/NewStory/src/history_array.h
parentb254b1118f3d1ed386b9ac39837ce045c1c02cc5 (diff)
NewStory: first version that adds events to a Log
fixes #2298 (NewStory: отсутствует поддержка интерфейса для журналов)
Diffstat (limited to 'plugins/NewStory/src/history_array.h')
-rw-r--r--plugins/NewStory/src/history_array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_array.h b/plugins/NewStory/src/history_array.h
index 53dea911a4..3141c3146f 100644
--- a/plugins/NewStory/src/history_array.h
+++ b/plugins/NewStory/src/history_array.h
@@ -166,7 +166,7 @@ public:
void clear();
bool addHistory(MCONTACT hContact, EventLoadMode mode = ELM_NOTHING);
- bool addEvent(MCONTACT hContact, MEVENT hEvent, EventLoadMode mode = ELM_NOTHING);
+ bool addEvent(MCONTACT hContact, MEVENT hEvent, int count, EventLoadMode mode = ELM_NOTHING);
// bool preloadEvents(int count = 10);