Skip to content

Commit 56de460

Browse files
fix build one more time
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent fed7229 commit 56de460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/program_manager/program_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ void callFuncForAllSubsets(Func &FuncToCall,
841841
callFuncForAllSubsets(FuncToCall, DeviceSet, Subset, i + 1);
842842
Subset.erase(InsertedEntry);
843843
}
844-
};
844+
}
845845

846846
ur_program_handle_t ProgramManager::getBuiltURProgram(
847847
const BinImgWithDeps &ImgWithDeps, const context &Context,

0 commit comments

Comments
 (0)