spider screen_saver: fixes 64 bit warnings
This commit is contained in:
parent
f39eb5cf94
commit
847f1a92bd
@ -39,7 +39,7 @@ Polygon::Polygon(BRect bounds, BList points)
|
|||||||
// destructor
|
// destructor
|
||||||
Polygon::~Polygon()
|
Polygon::~Polygon()
|
||||||
{
|
{
|
||||||
while (point_vector* pv = (point_vector*)fPoints.RemoveItem(0L))
|
while (point_vector* pv = (point_vector*)fPoints.RemoveItem((int32)0))
|
||||||
delete pv;
|
delete pv;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user