projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added missing #include <wx/defs.h> (parts of patch 649438)
[wxWidgets.git]
/
include
/
wx
/
dcbuffer.h
diff --git
a/include/wx/dcbuffer.h
b/include/wx/dcbuffer.h
index 51682aad1ae52671ac0a1fd50b1db7aba09a0487..511030fac5037a34b387eea367cc71f1121aecda 100644
(file)
--- a/
include/wx/dcbuffer.h
+++ b/
include/wx/dcbuffer.h
@@
-72,6
+72,8
@@
public:
// to) is destroyed.
void UnMask();
+
+ DECLARE_NO_COPY_CLASS(wxBufferedDC)
};
@@
-100,4
+102,3
@@
public:
#endif // _WX_DCBUFFER_H_
-// vi:sts=4:sw=4:et