projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed wxComboCtrl::SetButtonPosition() on Vista/Win7 by marking the drop-down button...
[wxWidgets.git]
/
include
/
wx
/
access.h
diff --git
a/include/wx/access.h
b/include/wx/access.h
index 8e3f6d6ccce1702510c4cd94600e11f5a00c3c94..6f098623de8256c9f2a56eea2c5a92a72e1ba4b4 100644
(file)
--- a/
include/wx/access.h
+++ b/
include/wx/access.h
@@
-230,7
+230,7
@@
class WXDLLIMPEXP_FWD_CORE wxPoint;
class WXDLLIMPEXP_FWD_CORE wxRect;
class WXDLLIMPEXP_CORE wxAccessibleBase : public wxObject
{
- DECLARE_NO_COPY_CLASS(wxAccessibleBase)
+ wxDECLARE_NO_COPY_CLASS(wxAccessibleBase);
public:
wxAccessibleBase(wxWindow* win): m_window(win) {}