#include "wx/hash.h"
#if wxUSE_GUI
#include "wx/bitmap.h"
+ #include "wx/image.h"
#endif // wxUSE_GUI
#endif
-#if wxUSE_GUI
- #include "wx/image.h"
-#endif // wxUSE_GUI
-
#include "wx/mstream.h"
class MemFSHashObj : public wxObject
InitTime();
}
- ~MemFSHashObj()
+ virtual ~MemFSHashObj()
{
delete[] m_Data;
}