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 e74b7b754b..5c26afb970 100644 --- a/plugins/NewStory/src/history_control.h +++ b/plugins/NewStory/src/history_control.h @@ -77,8 +77,8 @@ public: NSWebPage(NewstoryListData &_1);
~NSWebPage();
- FIBITMAP* find_image(const wchar_t *pwszUrl);
- FIBITMAP* load_image(const wchar_t *pwszUrl, ItemData *pItem);
+ Bitmap* find_image(const wchar_t *pwszUrl);
+ Bitmap* load_image(const wchar_t *pwszUrl, ItemData *pItem);
void draw();
};
|