Skip to content

Commit 20ec9f0

Browse files
committed
Fix using statement
Signed-off-by: Artur Gainullin <[email protected]>
1 parent 249e57b commit 20ec9f0

File tree

1 file changed

+1
-1
lines changed
  • sycl/include/CL/sycl/detail

1 file changed

+1
-1
lines changed

sycl/include/CL/sycl/detail/pi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ struct pi_buffer_region_struct {
699699
size_t origin;
700700
size_t size;
701701
};
702-
using pi_buffer_region_struct *pi_buffer_region;
702+
using pi_buffer_region = pi_buffer_region_struct *;
703703

704704
// Offload binaries descriptor version supported by this library.
705705
static const uint16_t PI_DEVICE_BINARIES_VERSION = 1;

0 commit comments

Comments
 (0)