InitTime();
}
- MemFSHashObj(wxMemoryOutputStream& stream)
+ MemFSHashObj(const wxMemoryOutputStream& stream)
{
m_Len = stream.GetSize();
m_Data = new char[m_Len];
const wxBitmap& bitmap,
long type)
{
+#if !defined(__WXMSW__) || wxUSE_WXDIB
wxImage img = bitmap.ConvertToImage();
AddFile(filename, img, type);
+#endif
}
#endif // wxUSE_IMAGE