diff options
Diffstat (limited to 'plugins/NewStory/src/history_control.h')
-rw-r--r-- | plugins/NewStory/src/history_control.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewStory/src/history_control.h b/plugins/NewStory/src/history_control.h index f7fcb8b570..a313a85091 100644 --- a/plugins/NewStory/src/history_control.h +++ b/plugins/NewStory/src/history_control.h @@ -82,8 +82,8 @@ public: COLORREF clText = -1, clBack = -1;
- Bitmap* find_image(const wchar_t *pwszUrl);
- Bitmap* load_image(const wchar_t *pwszUrl, ItemData *pItem);
+ FIBITMAP* find_image(const wchar_t *pwszUrl);
+ FIBITMAP* load_image(const wchar_t *pwszUrl, ItemData *pItem);
void draw();
};
|