#include "wx/filesys.h"
#include "wx/hashmap.h"
-WX_DECLARE_HASH_MAP_WITH_DECL( long, long, wxIntegerHash, wxIntegerEqual,
- wxLongToLongHashMap, class WXDLLIMPEXP_BASE );
-
//---------------------------------------------------------------------------
// wxZipFSHandler
//---------------------------------------------------------------------------
class WXDLLEXPORT wxTextCtrl;
class WXDLLEXPORT wxSpinCtrl;
-WX_DECLARE_HASH_MAP_WITH_DECL( long, long, wxIntegerHash, wxIntegerEqual,
- wxLongToLongHashMap, class WXDLLIMPEXP_ADV );
-
// ----------------------------------------------------------------------------
// macros
// ----------------------------------------------------------------------------
(hashmap).clear(); \
}
+//---------------------------------------------------------------------------
+// Declarations of common hashmap classes
+
+WX_DECLARE_HASH_MAP_WITH_DECL( long, long, wxIntegerHash, wxIntegerEqual,
+ wxLongToLongHashMap, class WXDLLIMPEXP_BASE );
+
+
#endif // _WX_HASHMAP_H_