From b93a8f398bc830b80fac54399d796fa35b2b62b1 Mon Sep 17 00:00:00 2001 From: waddlesplash Date: Thu, 28 Jun 2018 09:28:24 -0400 Subject: [PATCH] Backgrounds: Fix GCC 4+ build. --- src/preferences/backgrounds/BackgroundsView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preferences/backgrounds/BackgroundsView.cpp b/src/preferences/backgrounds/BackgroundsView.cpp index 0435d1332e..4e7c0c03a4 100644 --- a/src/preferences/backgrounds/BackgroundsView.cpp +++ b/src/preferences/backgrounds/BackgroundsView.cpp @@ -1048,7 +1048,7 @@ FindPath(BPath* currentPath, void* newPath) void -BackgroundsView::_AddRecentFolder(BPath path, bool notifyApp = false) +BackgroundsView::_AddRecentFolder(BPath path, bool notifyApp) { BPath* currentPath = fPathList.EachElement(FindPath, &path); BMenuItem* item;