made wxTreeItemIdValue typedef for long, not ulong, so that it is possible to write code working for both 2.4 and 2.5

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@22837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-08-14 00:59:29 +00:00
parent 115cacce0c
commit 99654c4ef6

View File

@@ -33,7 +33,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// Using this typedef removes an ambiguity when calling Remove() // Using this typedef removes an ambiguity when calling Remove()
typedef unsigned long wxTreeItemIdValue; typedef long wxTreeItemIdValue;
class WXDLLEXPORT wxTreeItemId class WXDLLEXPORT wxTreeItemId
{ {