LegacyPackageInstaller: Fix x86_64 build.

This commit is contained in:
Rene Gollent 2016-03-19 16:27:45 -04:00
parent b679d8afa0
commit 20122a6a77
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ SYSTEM_APPS += [ FFilterByBuildFeatures
CodyCam
GLInfo@mesa
HaikuDepot
Icon-O-Matic@expat Installer LaunchBox LegacyPackageInstaller@x86
Icon-O-Matic@expat Installer LaunchBox LegacyPackageInstaller
Magnify Mail MediaConverter MediaPlayer MidiPlayer
People PoorMan PowerStatus
RemoteDesktop

View File

@ -377,7 +377,7 @@ UninstallView::_ReloadAppList()
void
UninstallView::_ClearAppList()
{
while (BListItem* item = fAppList->RemoveItem(0L))
while (BListItem* item = fAppList->RemoveItem((int32)0))
delete item;
}