projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
correction to last commit: Korean and Romanian translations will only be in 2.9.1...
[wxWidgets.git]
/
src
/
osx
/
carbon
/
clipbrd.cpp
diff --git
a/src/osx/carbon/clipbrd.cpp
b/src/osx/carbon/clipbrd.cpp
index 56ad3acfe994920cf565a9a05bd2ba644cbbd5c9..8bc1f65703a5fc81ccb12b5c9d9b1d270bd3bb39 100644
(file)
--- a/
src/osx/carbon/clipbrd.cpp
+++ b/
src/osx/carbon/clipbrd.cpp
@@
-142,7
+142,7
@@
void wxClipboard::Close()
if (m_data)
{
delete m_data;
- m_data =
(wxDataObject*)
NULL;
+ m_data = NULL;
}
}