projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add wxDataViewListModel base class for list models.
[wxWidgets.git]
/
include
/
wx
/
msw
/
ole
/
access.h
diff --git
a/include/wx/msw/ole/access.h
b/include/wx/msw/ole/access.h
index f5898dea5ea38ea5211f11c0df2f1530fcd61a51..1684ef72b296bf241e011243b7543a38815199ec 100644
(file)
--- a/
include/wx/msw/ole/access.h
+++ b/
include/wx/msw/ole/access.h
@@
-59,7
+59,7
@@
private:
void* m_pIAccessibleStd; // the pointer to the standard COM interface,
// for default processing
- DECLARE_NO_COPY_CLASS(wxAccessible)
+ wxDECLARE_NO_COPY_CLASS(wxAccessible);
};
#endif //wxUSE_ACCESSIBILITY