projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add WXWIN_COMPATIBILITY_2_6 block around wxUsleep deprecation; put wxPlatform declara...
[wxWidgets.git]
/
include
/
wx
/
dcbuffer.h
diff --git
a/include/wx/dcbuffer.h
b/include/wx/dcbuffer.h
index 30598a1d3e3e3c30bec3327e0ece0397ad7ddb6b..203f7cd1a38c93a7aef6be8c9718a7caf3fe71e2 100644
(file)
--- a/
include/wx/dcbuffer.h
+++ b/
include/wx/dcbuffer.h
@@
-247,7
+247,7
@@
private:
#else // !__WXDEBUG__
// In release builds, just use typedef
-typedef
WXDLLIMPEXP_CORE
wxAutoBufferedPaintDCBase wxAutoBufferedPaintDC;
+typedef wxAutoBufferedPaintDCBase wxAutoBufferedPaintDC;
#endif