diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-29 13:32:33 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-29 13:32:33 +0300 |
commit | 4ff0acc120ea0334dc36c2f11adab478c92803a0 (patch) | |
tree | cc5e1e944df4da732abeb5650ed50d7ca3d26171 /plugins/NewStory/src/history_control.h | |
parent | a00c17f7006f7a001757cf952ae4ed87b5a328dd (diff) |
fixes #4610 (NewStory: WebP pictures aren't shown)
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();
};
|