diff options
Diffstat (limited to 'plugins/NewStory/src/history_control.h')
-rw-r--r-- | plugins/NewStory/src/history_control.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/NewStory/src/history_control.h b/plugins/NewStory/src/history_control.h index 49289baeb4..e74b7b754b 100644 --- a/plugins/NewStory/src/history_control.h +++ b/plugins/NewStory/src/history_control.h @@ -86,9 +86,11 @@ public: struct NewstoryListData : public MZeroedObject
{
NewstoryListData(HWND);
+ ~NewstoryListData();
mir_cs m_csItems;
HistoryArray items;
+ std::map<std::string, HICON> m_protoIcons;
int scrollTopItem; // topmost item
int scrollTopPixel; // y coord of topmost item, this should be negative or zero
|