diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-04 14:42:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-04 14:42:38 +0300 |
commit | 055bae23041ae6817c9595714b80a0e0fdd77867 (patch) | |
tree | 113cf4ceddb8703f1fd542e686dd672a20bc1a8d /plugins/NewStory/src/history_control.h | |
parent | 6e5c2ba80ec20f94540ad4b374c5f225172d0a56 (diff) |
NewStory: time tree to share array with history control, instead of running its own cycle
Diffstat (limited to 'plugins/NewStory/src/history_control.h')
-rw-r--r-- | plugins/NewStory/src/history_control.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/history_control.h b/plugins/NewStory/src/history_control.h index 0483ac9112..c1ed6be620 100644 --- a/plugins/NewStory/src/history_control.h +++ b/plugins/NewStory/src/history_control.h @@ -68,6 +68,7 @@ enum // NSM_GETCOUNT, + NSM_GETARRAY, // NSM_SEEKEND, |