diff --git a/sycl/include/sycl/ext/oneapi/properties/property.hpp b/sycl/include/sycl/ext/oneapi/properties/property.hpp index 33424666a6345..b39c6476ec3e6 100644 --- a/sycl/include/sycl/ext/oneapi/properties/property.hpp +++ b/sycl/include/sycl/ext/oneapi/properties/property.hpp @@ -78,7 +78,7 @@ template <> struct IsCompileTimeProperty : std::true_type {}; // (7.) template <> struct PropertyMetaInfo { - static constexpr const char *value = "sycl-bar"; + static constexpr const char *name = "sycl-bar"; static constexpr int value = 5; };