X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a7c8e710e944fc12a81a19d06fe415a92e86bb13..578dc95029e761a59911b7c1bc09f59384d64ddf:/src/mgl/cursor.cpp diff --git a/src/mgl/cursor.cpp b/src/mgl/cursor.cpp index 5420979189..0bb3bdac4a 100644 --- a/src/mgl/cursor.cpp +++ b/src/mgl/cursor.cpp @@ -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;