projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix wxURL::GetInputStream() for URLs with special characters in credentials (closes...
[wxWidgets.git]
/
include
/
wx
/
msw
/
frame.h
diff --git
a/include/wx/msw/frame.h
b/include/wx/msw/frame.h
index 50f8f160647d7a9be27c713d1830b9d75fba652c..0677d943e95d35080705163c3c34f81dc48fb7c6 100644
(file)
--- a/
include/wx/msw/frame.h
+++ b/
include/wx/msw/frame.h
@@
-92,7
+92,7
@@
public:
#endif // tooltips
// override the base class function to handle iconized/maximized frames
#endif // tooltips
// override the base class function to handle iconized/maximized frames
- virtual void SendSizeEvent();
+ virtual void SendSizeEvent(
int flags = 0
);
virtual wxPoint GetClientAreaOrigin() const;
virtual wxPoint GetClientAreaOrigin() const;