projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add wxMemoryBuffer::release().
[wxWidgets.git]
/
include
/
wx
/
motif
/
ctrlsub.h
diff --git
a/include/wx/motif/ctrlsub.h
b/include/wx/motif/ctrlsub.h
index cc417f9f80575b147fa481e9b7640922a081fd7c..fef8e0a791745429670f4f2b716d472e23340ca5 100644
(file)
--- a/
include/wx/motif/ctrlsub.h
+++ b/
include/wx/motif/ctrlsub.h
@@
-33,7
+33,7
@@
protected:
private:
DECLARE_ABSTRACT_CLASS(wxControlWithItems)
- DECLARE_NO_COPY_CLASS(wxControlWithItems)
+ wxDECLARE_NO_COPY_CLASS(wxControlWithItems);
};
#endif // _WX_MOTIF_CTRLSUB_H_