projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add option FILE* parameter to wxMessageOutputStderr ctor, just as with wxLogStderr.
[wxWidgets.git]
/
include
/
wx
/
palmos
/
dcmemory.h
diff --git
a/include/wx/palmos/dcmemory.h
b/include/wx/palmos/dcmemory.h
index 59b69f98596b959ca57eb38e920cbc93f9fd79b8..96429f43b81c2c2f197bd437ee69b452dff094d9 100644
(file)
--- a/
include/wx/palmos/dcmemory.h
+++ b/
include/wx/palmos/dcmemory.h
@@
-36,7
+36,7
@@
protected:
void Init();
DECLARE_CLASS(wxMemoryDCImpl)
- DECLARE_NO_COPY_CLASS(wxMemoryDCImpl)
+ wxDECLARE_NO_COPY_CLASS(wxMemoryDCImpl);
};
#endif