projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add option FILE* parameter to wxMessageOutputStderr ctor, just as with wxLogStderr.
[wxWidgets.git]
/
include
/
wx
/
choice.h
diff --git
a/include/wx/choice.h
b/include/wx/choice.h
index 18d31d2c12c59926b6b0342e582f3adf3f04ddf8..6f3c75563c29a2b4760df9f6af2d1235d6be4131 100644
(file)
--- a/
include/wx/choice.h
+++ b/
include/wx/choice.h
@@
-59,7
+59,7
@@
public:
virtual bool IsSorted() const { return HasFlag(wxCB_SORT); }
private:
- DECLARE_NO_COPY_CLASS(wxChoiceBase)
+ wxDECLARE_NO_COPY_CLASS(wxChoiceBase);
};
// ----------------------------------------------------------------------------