diff options
Diffstat (limited to 'plugins/NewStory/src/history_array.h')
-rw-r--r-- | plugins/NewStory/src/history_array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_array.h b/plugins/NewStory/src/history_array.h index d3f523886b..b38024f28a 100644 --- a/plugins/NewStory/src/history_array.h +++ b/plugins/NewStory/src/history_array.h @@ -14,7 +14,7 @@ struct ItemData MEVENT hEvent; bool m_bRtf; - bool m_bSelected; + bool m_bSelected, m_bHighlighted; bool m_bLoaded; bool m_bOfflineFile, m_bOfflineDownloaded; uint8_t m_grouping; |