added semicolons after HASH_MAP macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -97,7 +97,7 @@ public:
|
|||||||
|
|
||||||
WX_DECLARE_EXPORTED_HASH_MAP(unsigned long, wxImageHistogramEntry,
|
WX_DECLARE_EXPORTED_HASH_MAP(unsigned long, wxImageHistogramEntry,
|
||||||
wxIntegerHash, wxIntegerEqual,
|
wxIntegerHash, wxIntegerEqual,
|
||||||
wxImageHistogram)
|
wxImageHistogram);
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// wxImage
|
// wxImage
|
||||||
|
@@ -147,7 +147,7 @@ static inline wxString ExtractNotLang(const wxString& langFull)
|
|||||||
// 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);
|
||||||
|
|
||||||
class wxMsgCatalogFile
|
class wxMsgCatalogFile
|
||||||
{
|
{
|
||||||
|
@@ -657,7 +657,7 @@ struct wxXPMColourMapData
|
|||||||
{
|
{
|
||||||
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)
|
||||||
{
|
{
|
||||||
|
@@ -57,7 +57,7 @@ wxCursorRefData::~wxCursorRefData()
|
|||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user