replaces unsigned int with wxUIntPtr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -232,8 +232,8 @@ public:
|
|||||||
if (res) return res;
|
if (res) return res;
|
||||||
|
|
||||||
// items must be different
|
// items must be different
|
||||||
unsigned long litem1 = (unsigned long) item1.GetID();
|
wxUIntPtr litem1 = (wxUIntPtr) item1.GetID();
|
||||||
unsigned long litem2 = (unsigned long) item2.GetID();
|
wxUIntPtr litem2 = (wxUIntPtr) item2.GetID();
|
||||||
|
|
||||||
return litem1-litem2;
|
return litem1-litem2;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user