projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add arg default values for the Create method
[wxWidgets.git]
/
src
/
palmos
/
metafile.cpp
diff --git
a/src/palmos/metafile.cpp
b/src/palmos/metafile.cpp
index 6d98ac45bb8e55703908ced31dcf59fbe6f55ee6..7626591e7793a2b9fcd2ea04dcebdf59d0db9139 100644
(file)
--- a/
src/palmos/metafile.cpp
+++ b/
src/palmos/metafile.cpp
@@
-129,7
+129,7
@@
wxMetafile *wxMetafileDC::Close()
return NULL;
}
-void wxMetafileDC::SetMapMode(
int
mode)
+void wxMetafileDC::SetMapMode(
wxMappingMode
mode)
{
}