|
From: shelarcy <she...@gm...> - 2008-12-17 16:12:01
|
DarcsURL: C:/home/shelarcy/wxhaskell MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_" --=_ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Wed Dec 17 15:22:25 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 h8spawn@googlemai= l.com * Use wxWindowList::compatibility_iterator in wxc to avoid building probl= em. Thu Dec 18 00:52:36 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= y...@gm...> * just change indentation in wxWindow_GetChildren function. --=_ Content-Type: text/x-darcs-patch; name="use-wxwindowlist__compatibility_iterator-in-wxc-to-avoid-building-problem_.dpatch" Content-Transfer-Encoding: quoted-printable Content-Description: A darcs patch for your repository! New patches: [Use wxWindowList::compatibility_iterator in wxc to avoid building problem. h8...@go...**20081217062225] hunk ./wxc/src/eljwindow.cpp 238 if (_res && (unsigned int)_cnt =3D=3D ((wxWindow*)_obj)->GetChildren().Ge= tCount())=0D {=0D unsigned int i =3D 0;=0D - wxWindowListNode* node =3D ((wxWindow*)_obj)->GetChildren().GetFirst();= =0D + wxWindowList::compatibility_iterator node =3D =0D + ((wxWindow*)_obj)->GetChildren().GetFirst();=0D =0D while (node)=0D {=0D [just change indentation in wxWindow_GetChildren function. shelarcy <she...@gm...>**20081217155236 Ignore-this: a6602734698b0348e5699bc1f730be8d ] hunk ./wxc/src/eljwindow.cpp 238 if (_res && (unsigned int)_cnt =3D=3D ((wxWindow*)_obj)->GetChildren().Ge= tCount())=0D {=0D unsigned int i =3D 0;=0D - wxWindowList::compatibility_iterator node =3D =0D - ((wxWindow*)_obj)->GetChildren().GetFirst();=0D + wxWindowList::compatibility_iterator node =3D =0D + ((wxWindow*)_obj)->GetChildren().GetFirst();=0D =0D while (node)=0D {=0D Context: [TAG 0.11.0rc1_3 shelarcy <she...@gm...>**20081214235542] = Patch bundle hash: ac356a79a5640bc8c7fbff87b6e83b8cb32ea73b --=_-- . |