#ifndef _WX_TREELAY_H_
#define _WX_TREELAY_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "wxtree.h"
#endif
#ifndef WX_PRECOMP
-#include <wx/object.h>
+#include "wx/object.h"
class wxList;
class wxDC;
class wxMouseEvent;
#endif
-#include <wx/string.h>
+#include "wx/string.h"
#if wxUSE_TREELAYOUT
virtual long GetClientData(long id) const;
virtual long AddChild(const wxString& name, const wxString& parent = "");
+ virtual long AddChild(const wxString& name, long parent);
virtual long NameToId(const wxString& name);
// Data members