From b4df74f42b5c55030fa5c168616d2417585c8a23 Mon Sep 17 00:00:00 2001 From: "Dunajski, Bartosz" Date: Mon, 25 Nov 2019 09:11:37 +0100 Subject: [PATCH] Reduce number of BlitProperties in container Change-Id: I7fabf1e8b5bee4511bd902310f4957eebec71863 Signed-off-by: Dunajski, Bartosz --- runtime/helpers/blit_commands_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/helpers/blit_commands_helper.h b/runtime/helpers/blit_commands_helper.h index a967a13902..0415795280 100644 --- a/runtime/helpers/blit_commands_helper.h +++ b/runtime/helpers/blit_commands_helper.h @@ -26,7 +26,7 @@ struct TagNode; struct BlitProperties; struct TimestampPacketDependencies; -using BlitPropertiesContainer = StackVec; +using BlitPropertiesContainer = StackVec; struct BlitProperties { static BlitProperties constructPropertiesForReadWriteBuffer(BlitterConstants::BlitDirection blitDirection,