projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
(blind) fix for keyboard cues display under XP (bug 1298512)
[wxWidgets.git]
/
src
/
mgl
/
cursor.cpp
diff --git
a/src/mgl/cursor.cpp
b/src/mgl/cursor.cpp
index 54209791891f6e5f1d4b1f231e15a3ff3481fe97..2f7a8fdbf01da186075571a0436a8afbde328c4a 100644
(file)
--- a/
src/mgl/cursor.cpp
+++ b/
src/mgl/cursor.cpp
@@
-7,11
+7,6
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-
-#ifdef __GNUG__
-#pragma implementation "cursor.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
@@
-57,7
+52,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;