projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update KDE guide link; added to the list of the 'Changes which are compatible' the...
[wxWidgets.git]
/
src
/
os2
/
metafile.cpp
diff --git
a/src/os2/metafile.cpp
b/src/os2/metafile.cpp
index 2938562b0320831e75ca7f42ddb95d2a27d4c118..4cc420425b1d63b580597bacaab1f422d636d897 100644
(file)
--- a/
src/os2/metafile.cpp
+++ b/
src/os2/metafile.cpp
@@
-73,7
+73,7
@@
wxGDIRefData *wxMetafile::CreateGDIRefData() const
wxGDIRefData *wxMetafile::CloneGDIRefData(const wxGDIRefData *data) const
{
wxGDIRefData *wxMetafile::CloneGDIRefData(const wxGDIRefData *data) const
{
- return new wxMetafileRefData(*
wx_static_cast(const wxMetafileRefData *,
data));
+ return new wxMetafileRefData(*
static_cast<const wxMetafileRefData *>(
data));
}
bool wxMetafile::SetClipboard(int width, int height)
}
bool wxMetafile::SetClipboard(int width, int height)
@@
-243,7
+243,7
@@
wxMetafile *wxMetafileDCImpl::Close(void)
return NULL;
}
return NULL;
}
-void wxMetafileDCImpl::SetMapMode(
int
mode)
+void wxMetafileDCImpl::SetMapMode(
wxMappingMode
mode)
{
m_mappingMode = mode;
{
m_mappingMode = mode;