Skip to content

Commit e02268f

Browse files
committed
Fix warning.
1 parent c483c09 commit e02268f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/vio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4260,7 +4260,7 @@ void VIO_store(thread_db* tdbb, record_param* rpb, jrd_tra* transaction)
42604260
{f_prv_rel_schema, f_prv_o_type}
42614261
};
42624262

4263-
for (const auto [schemaFieldId, objTypeFieldId] : privSchemaFields)
4263+
for (const auto& [schemaFieldId, objTypeFieldId] : privSchemaFields)
42644264
{
42654265
if (rpb->rpb_record->isNull(schemaFieldId) &&
42664266
!rpb->rpb_record->isNull(objTypeFieldId) &&

0 commit comments

Comments
 (0)