fixed some paths in build scripts

fixed yesterday's fix


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-06-13 01:35:19 +00:00
parent 085ad68651
commit 0815db2686
7 changed files with 34 additions and 5 deletions

View File

@@ -52,6 +52,11 @@
static const wxString wxPyEmptyString(wxT(""));
%}
%{
static const long longzero = 0;
%}
//----------------------------------------------------------------------
enum {
@@ -1213,7 +1218,7 @@ public:
size_t GetChildrenCount(const wxTreeItemId& item, bool recursively = TRUE);
wxTreeItemId GetFirstChild(const wxTreeItemId& item, long& INOUT=0);
wxTreeItemId GetFirstChild(const wxTreeItemId& item, long& INOUT = longzero);
wxTreeItemId GetNextChild(const wxTreeItemId& item, long& INOUT);
wxTreeItemId GetNextSibling(const wxTreeItemId& item);
wxTreeItemId GetPrevSibling(const wxTreeItemId& item);