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 f18a5944d9..1858c34d9c 100644 --- a/plugins/NewStory/src/utils.h +++ b/plugins/NewStory/src/utils.h @@ -12,6 +12,6 @@ int GetFontHeight(const LOGFONTA &lf); void UrlAutodetect(CMStringW &str);
void RemoveBbcodes(CMStringW &pwszText);
-FIBITMAP* LoadImageFromResource(HINSTANCE, int, const wchar_t *);
+Bitmap* LoadImageFromResource(HINSTANCE, int, const wchar_t *);
int SmartSendEvent(int iEvent, MCONTACT hContact, LPARAM lParam);
|