diff options
Diffstat (limited to 'plugins/NewStory/src/utils.h')
-rw-r--r-- | plugins/NewStory/src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/utils.h b/plugins/NewStory/src/utils.h index 1858c34d9c..7ebc0a4980 100644 --- a/plugins/NewStory/src/utils.h +++ b/plugins/NewStory/src/utils.h @@ -14,4 +14,4 @@ void RemoveBbcodes(CMStringW &pwszText); Bitmap* LoadImageFromResource(HINSTANCE, int, const wchar_t *);
-int SmartSendEvent(int iEvent, MCONTACT hContact, LPARAM lParam);
+int SmartSendEvent(int iEvent, MCONTACT hContact, MEVENT lParam);
|