mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
refactor: use reference in for-range loops
Related-To: NEO-9038 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9b344280d6
commit
895a586083
@@ -19,7 +19,7 @@
|
||||
namespace NEO {
|
||||
|
||||
bool Drm::registerResourceClasses() {
|
||||
for (auto classNameUUID : classNamesToUuid) {
|
||||
for (auto &classNameUUID : classNamesToUuid) {
|
||||
auto className = classNameUUID.first;
|
||||
auto uuid = classNameUUID.second;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user