projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
include iostream header when using std streams
[wxWidgets.git]
/
src
/
motif
/
cursor.cpp
diff --git
a/src/motif/cursor.cpp
b/src/motif/cursor.cpp
index a40c79befa355fa5feb571e144da1878da8c04d9..6bfc0ab44161f401e66daeb5b44b10fb6ebadaed 100644
(file)
--- a/
src/motif/cursor.cpp
+++ b/
src/motif/cursor.cpp
@@
-293,7
+293,7
@@
wxCursor::~wxCursor()
{
}
{
}
-bool wxCursor::Ok() const
+bool wxCursor::
Is
Ok() const
{
return m_refData != NULL;
}
{
return m_refData != NULL;
}