projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Include defs.h before including wxchar.h to make init.h self-contained (able to inclu...
[wxWidgets.git]
/
src
/
common
/
cmndata.cpp
diff --git
a/src/common/cmndata.cpp
b/src/common/cmndata.cpp
index 13b30b55798d482d795a631b356aa0b7e942fdfa..a60068a9eef89dc77e365aa42d797ef32be8037b 100644
(file)
--- a/
src/common/cmndata.cpp
+++ b/
src/common/cmndata.cpp
@@
-252,7
+252,7
@@
void wxPrintData::operator=(const wxPrintData& data)
}
// Is this data OK for showing the print dialog?
-bool wxPrintData::Ok() const
+bool wxPrintData::
Is
Ok() const
{
m_nativeData->TransferFrom( *this );