projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add missing header for !wxUSE_PCH case
[wxWidgets.git]
/
include
/
wx
/
os2
/
region.h
diff --git
a/include/wx/os2/region.h
b/include/wx/os2/region.h
index 0fca2f9090eefe1c77198edeb53db7449d391b49..e8868bf6315e49dbe3f7ce2abb88f254a9d02aa6 100644
(file)
--- a/
include/wx/os2/region.h
+++ b/
include/wx/os2/region.h
@@
-45,7
+45,7
@@
public:
,const wxPoint& rBottomRight
);
wxRegion(const wxRect& rRect);
- wxRegion(WXHRGN hRegion); // Hangs on to this region
+ wxRegion(WXHRGN hRegion
, WXHDC hPS
); // Hangs on to this region
wxRegion();
~wxRegion();