projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Minor tweek for WXPM
[wxWidgets.git]
/
include
/
wx
/
image.h
diff --git
a/include/wx/image.h
b/include/wx/image.h
index 18ac41ad0f1361ba01157c555b082e4c8a1e02f2..f72667091b7c1f33fc2a3504485f9c231af60260 100644
(file)
--- a/
include/wx/image.h
+++ b/
include/wx/image.h
@@
-53,7
+53,7
@@
class WXDLLEXPORT wxImage;
class WXDLLEXPORT wxImageHandler: public wxObject
{
- DECLARE_
DYNAMIC_
CLASS(wxImageHandler)
+ DECLARE_CLASS(wxImageHandler)
public:
wxImageHandler() { m_name = ""; m_extension = ""; m_type = 0; }