HaikuDepot: Fix GCC2 build.
This commit is contained in:
@@ -240,7 +240,7 @@ public:
|
|||||||
// insertion point by identifying the first item in fPackages that does
|
// insertion point by identifying the first item in fPackages that does
|
||||||
// not return true from the method '_IsPackageBefore'.
|
// 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,
|
= std::lower_bound(fPackages.begin(), fPackages.end(), package,
|
||||||
&_IsPackageBefore);
|
&_IsPackageBefore);
|
||||||
|
|
||||||
@@ -710,4 +710,4 @@ void
|
|||||||
FeaturedPackagesView::CleanupIcons()
|
FeaturedPackagesView::CleanupIcons()
|
||||||
{
|
{
|
||||||
sInstalledIcon.Unset();
|
sInstalledIcon.Unset();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user