Backgrounds: Fix GCC 4+ build.

This commit is contained in:
waddlesplash 2018-06-28 09:28:24 -04:00
parent 97f9cb046c
commit b93a8f398b

View File

@ -1048,7 +1048,7 @@ FindPath(BPath* currentPath, void* newPath)
void void
BackgroundsView::_AddRecentFolder(BPath path, bool notifyApp = false) BackgroundsView::_AddRecentFolder(BPath path, bool notifyApp)
{ {
BPath* currentPath = fPathList.EachElement(FindPath, &path); BPath* currentPath = fPathList.EachElement(FindPath, &path);
BMenuItem* item; BMenuItem* item;