ports/devel/codeblocks/files/patch-src-wxDockit-include-wx-barholder.h
Martin Wilke b662f715a4 - Fix build with gcc 4.X
PR:		ports/107048
Submitted by:	Matthias Sund<m.sund@arcor.de> (maintainer)
2006-12-21 23:19:58 +00:00

11 lines
532 B
C

--- src/wxDockit/include/wx/barholder.h.orig Thu Dec 21 00:14:59 2006
+++ src/wxDockit/include/wx/barholder.h Thu Dec 21 00:15:51 2006
@@ -39,7 +39,7 @@
}
// Normal constructor
- wxBarHolder::wxBarHolder( wxWindow *parent, wxWindowID id = -1, const wxPoint& pos = wxDefaultPosition,
+ wxBarHolder( wxWindow *parent, wxWindowID id = -1, const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize, long style = wxTAB_TRAVERSAL, const wxString& name = wxT("barholder") ) {
Init();