git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18090
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
WX_DECLARE_EXPORTED_HASH_MAP(unsigned long, wxImageHistogramEntry,
wxIntegerHash, wxIntegerEqual,
WX_DECLARE_EXPORTED_HASH_MAP(unsigned long, wxImageHistogramEntry,
wxIntegerHash, wxIntegerEqual,
//-----------------------------------------------------------------------------
// wxImage
//-----------------------------------------------------------------------------
// wxImage
// This is a "low-level" class and is used only by wxMsgCatalog
// ----------------------------------------------------------------------------
// This is a "low-level" class and is used only by wxMsgCatalog
// ----------------------------------------------------------------------------
-WX_DECLARE_EXPORTED_STRING_HASH_MAP(wxString, wxMessagesHash)
+WX_DECLARE_EXPORTED_STRING_HASH_MAP(wxString, wxMessagesHash);
{
unsigned char R,G,B;
};
{
unsigned char R,G,B;
};
-WX_DECLARE_STRING_HASH_MAP(wxXPMColourMapData, wxXPMColourMap)
+WX_DECLARE_STRING_HASH_MAP(wxXPMColourMapData, wxXPMColourMap);
wxImage wxXPMDecoder::ReadData(const char **xpm_data)
{
wxImage wxXPMDecoder::ReadData(const char **xpm_data)
{
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
-WX_DECLARE_HASH_MAP(int, wxCursor, wxIntegerHash, wxIntegerEqual, wxCursorsHash)
+WX_DECLARE_HASH_MAP(int, wxCursor, wxIntegerHash, wxIntegerEqual, wxCursorsHash);
static wxCursorsHash *gs_cursorsHash = NULL;
static wxCursorsHash *gs_cursorsHash = NULL;