projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
show and hide implementation added
[wxWidgets.git]
/
include
/
wx
/
dcbuffer.h
diff --git
a/include/wx/dcbuffer.h
b/include/wx/dcbuffer.h
index 1f0c5a924f5c0ff265bcc02d191ab573e57a97ba..fc9454e4e3a925875452eb4b2d08ed7c0007d557 100644
(file)
--- a/
include/wx/dcbuffer.h
+++ b/
include/wx/dcbuffer.h
@@
-12,7
+12,7
@@
#ifndef _WX_DCBUFFER_H_
#define _WX_DCBUFFER_H_
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "dcbuffer.h"
#endif
@@
-72,6
+72,8
@@
public:
// to) is destroyed.
void UnMask();
+
+ DECLARE_NO_COPY_CLASS(wxBufferedDC)
};