HaikuDepot: Fix GCC2 build.

This commit is contained in:
Augustin Cavalier
2020-05-18 22:37:23 -04:00
parent ac754f75e9
commit 4d2de4ea40
@@ -240,7 +240,7 @@ public:
// insertion point by identifying the first item in fPackages that does
// not return true from the method '_IsPackageBefore'.
std::vector<PackageInfoRef>::const_iterator itInsertionPt
std::vector<PackageInfoRef>::iterator itInsertionPt
= std::lower_bound(fPackages.begin(), fPackages.end(), package,
&_IsPackageBefore);
@@ -710,4 +710,4 @@ void
FeaturedPackagesView::CleanupIcons()
{
sInstalledIcon.Unset();
}
}