direct stream use

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
1999-04-11 19:07:33 +00:00
parent 9e9ee68e90
commit 53b7ce7ef8
2 changed files with 21 additions and 68 deletions

View File

@@ -34,6 +34,7 @@ public:
m_name = "GIF file";
m_extension = "gif";
m_type = wxBITMAP_TYPE_GIF;
m_mime = "image/gif";
};
virtual bool LoadFile( wxImage *image, wxInputStream& stream );