projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
adding placeholders for interpolation setting
[wxWidgets.git]
/
src
/
x11
/
cursor.cpp
diff --git
a/src/x11/cursor.cpp
b/src/x11/cursor.cpp
index d89db5b45044556748523b4ca92055c7f3b34ea2..c314e4f387a53d530517bc56745fae8568b21984 100644
(file)
--- a/
src/x11/cursor.cpp
+++ b/
src/x11/cursor.cpp
@@
-201,7
+201,7
@@
void wxBeginBusyCursor( const wxCursor *WXUNUSED(cursor) )
if (gs_busyCount++ > 0)
return;
if (gs_busyCount++ > 0)
return;
- wxASSERT_MSG( !gs_savedCursor.Ok(),
+ wxASSERT_MSG( !gs_savedCursor.
Is
Ok(),
wxT("forgot to call wxEndBusyCursor, will leak memory") );
gs_savedCursor = g_globalCursor;
wxT("forgot to call wxEndBusyCursor, will leak memory") );
gs_savedCursor = g_globalCursor;