projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix compile break for unknown FLASHWINFO
[wxWidgets.git]
/
include
/
wx
/
button.h
diff --git
a/include/wx/button.h
b/include/wx/button.h
index 428e6e0611e677b9b48c3d0179624f64fe0cb73a..a419b7df3936d894380bcabe777fcdb63482729f 100644
(file)
--- a/
include/wx/button.h
+++ b/
include/wx/button.h
@@
-76,6
+76,7
@@
public:
// returns the default button size for this platform
static wxSize GetDefaultSize();
+protected:
DECLARE_NO_COPY_CLASS(wxButtonBase)
};