diff options
Diffstat (limited to 'plugins/NewStory/src/history_array.h')
-rw-r--r-- | plugins/NewStory/src/history_array.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewStory/src/history_array.h b/plugins/NewStory/src/history_array.h index 88dc551d65..924450a401 100644 --- a/plugins/NewStory/src/history_array.h +++ b/plugins/NewStory/src/history_array.h @@ -34,8 +34,8 @@ public: { BYTE flags; - HANDLE hContact; - HANDLE hEvent; + MCONTACT hContact; + MEVENT hEvent; bool dbeOk; DBEVENTINFO dbe; |