projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update setup for OpenVMS
[wxWidgets.git]
/
src
/
os2
/
region.cpp
diff --git
a/src/os2/region.cpp
b/src/os2/region.cpp
index 92849e1384609248c5ceb356e5c9553f0a6f8b1c..4e6760d6d7ec2b6118b64cb5a2d61b91a490d911 100644
(file)
--- a/
src/os2/region.cpp
+++ b/
src/os2/region.cpp
@@
-233,12
+233,12
@@
wxRegion::~wxRegion()
{
} // end of wxRegion::~wxRegion
{
} // end of wxRegion::~wxRegion
-wx
ObjectRefData *wxRegion::Create
Data() const
+wx
GDIRefData *wxRegion::CreateGDIRef
Data() const
{
return new wxRegionRefData;
}
{
return new wxRegionRefData;
}
-wx
ObjectRefData *wxRegion::CloneData(const wxObject
RefData *data) const
+wx
GDIRefData *wxRegion::CloneGDIRefData(const wxGDI
RefData *data) const
{
return new wxRegionRefData(*(wxRegionRefData *)data);
}
{
return new wxRegionRefData(*(wxRegionRefData *)data);
}