projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
using statically allocated font objects for speedup
[wxWidgets.git]
/
include
/
wx
/
msw
/
statbmp.h
diff --git
a/include/wx/msw/statbmp.h
b/include/wx/msw/statbmp.h
index 7989fce4bc7bdc0b9c3c98261a80c485dedb116c..71cffec52beb5e95f152ae61227d1da8f70782ac 100644
(file)
--- a/
include/wx/msw/statbmp.h
+++ b/
include/wx/msw/statbmp.h
@@
-86,7
+86,7
@@
protected:
private:
DECLARE_DYNAMIC_CLASS(wxStaticBitmap)
- DECLARE_NO_COPY_CLASS(wxStaticBitmap)
+ wxDECLARE_NO_COPY_CLASS(wxStaticBitmap);
};
#endif