projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use correct Windows CE version number in strnlen() check (really closes #10763)
[wxWidgets.git]
/
src
/
os2
/
region.cpp
diff --git
a/src/os2/region.cpp
b/src/os2/region.cpp
index 4e6760d6d7ec2b6118b64cb5a2d61b91a490d911..f84c63dde2e3e0a78a033bb77fe725f5239abc0b 100644
(file)
--- a/
src/os2/region.cpp
+++ b/
src/os2/region.cpp
@@
-221,7
+221,7
@@
wxRegion::wxRegion(const wxRect& rRect)
);
} // end of wxRegion::wxRegion
-wxRegion::wxRegion(size_t n, const wxPoint *points,
int
WXUNUSED(fillStyle))
+wxRegion::wxRegion(size_t n, const wxPoint *points,
wxPolygonFillMode
WXUNUSED(fillStyle))
{
// TO DO
}