projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Correct wxImage::Size() again; add unit tests for it.
[wxWidgets.git]
/
include
/
wx
/
palmos
/
tooltip.h
diff --git
a/include/wx/palmos/tooltip.h
b/include/wx/palmos/tooltip.h
index 31b05273cc61fd8cdc8c838601155aa15182bc6d..447dd4d9a8b582ac58c8cbb019b9784c2e37ce3a 100644
(file)
--- a/
include/wx/palmos/tooltip.h
+++ b/
include/wx/palmos/tooltip.h
@@
-62,7
+62,7
@@
private:
wxWindow *m_window; // window we're associated with
DECLARE_ABSTRACT_CLASS(wxToolTip)
- DECLARE_NO_COPY_CLASS(wxToolTip)
+ wxDECLARE_NO_COPY_CLASS(wxToolTip);
};
#endif // _WX_PALMOS_TOOLTIP_H_