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:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user