projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make the main message of wxGenericMessageDialog stand out.
[wxWidgets.git]
/
include
/
wx
/
palmos
/
mdi.h
diff --git
a/include/wx/palmos/mdi.h
b/include/wx/palmos/mdi.h
index e4d3f07c86f8ac7ec6a257822fbd12266e99c56d..97bd63b30fe2a8689f42f40a753def44216f3eda 100644
(file)
--- a/
include/wx/palmos/mdi.h
+++ b/
include/wx/palmos/mdi.h
@@
-103,7
+103,7
@@
private:
DECLARE_EVENT_TABLE()
DECLARE_DYNAMIC_CLASS(wxMDIParentFrame)
- DECLARE_NO_COPY_CLASS(wxMDIParentFrame)
+ wxDECLARE_NO_COPY_CLASS(wxMDIParentFrame);
};
// ---------------------------------------------------------------------------