CharacterMap: Fix 64-bit build
This commit is contained in:
@@ -546,7 +546,7 @@ CharacterWindow::_UpdateFontMenu(BMenu* menu)
|
|||||||
BMenuItem* item;
|
BMenuItem* item;
|
||||||
|
|
||||||
while (menu->CountItems() > 0) {
|
while (menu->CountItems() > 0) {
|
||||||
item = menu->RemoveItem(static_cast<long int>(0));
|
item = menu->RemoveItem(static_cast<int32>(0));
|
||||||
delete(item);
|
delete(item);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user