diff options
Diffstat (limited to 'modules/codec-unit/c++')
-rw-r--r-- | modules/codec-unit/c++/unit_schema.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/codec-unit/c++/unit_schema.hpp b/modules/codec-unit/c++/unit_schema.hpp index 9ad173f..5de8770 100644 --- a/modules/codec-unit/c++/unit_schema.hpp +++ b/modules/codec-unit/c++/unit_schema.hpp @@ -11,6 +11,6 @@ template<typename BaseSchema, typename ... Components> struct Unit {}; template<typename BaseSchema> -using Scalar = Unit<BaseSchema>; +using Pure = Unit<BaseSchema>; } } |