diff options
Diffstat (limited to 'plugins/NewStory/src/history_array.h')
-rw-r--r-- | plugins/NewStory/src/history_array.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/NewStory/src/history_array.h b/plugins/NewStory/src/history_array.h index d7e55433fa..804ebebeb2 100644 --- a/plugins/NewStory/src/history_array.h +++ b/plugins/NewStory/src/history_array.h @@ -26,12 +26,11 @@ struct ItemData wchar_t *wszNick; HANDLE data; - ItemData *pPrev; ItemData(); ~ItemData(); - void checkPrev(); + ItemData* checkPrev(ItemData *pPrev); void checkCreate(HWND hwnd); void setText(); |