projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix potential crash, fixes #12375: PATCH to fix help controller crash
[wxWidgets.git]
/
src
/
gtk1
/
cursor.cpp
diff --git
a/src/gtk1/cursor.cpp
b/src/gtk1/cursor.cpp
index d9373ef29de1b5802b2e6f40533f333ae776d932..b402989ce0c8f9ee8290e25f34f3fb6657d777e0 100644
(file)
--- a/
src/gtk1/cursor.cpp
+++ b/
src/gtk1/cursor.cpp
@@
-42,7
+42,7
@@
public:
wxCursorRefData::wxCursorRefData()
{
- m_cursor =
(GdkCursor *)
NULL;
+ m_cursor = NULL;
}
wxCursorRefData::~wxCursorRefData()