summaryrefslogtreecommitdiff
path: root/modules/codec/c++/data_raw.hpp
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-09-06 19:42:05 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-09-06 19:42:05 +0200
commit02e0554147004c6498d00cc88a1fa43e38e4ba3d (patch)
tree3bec12696a766ecc15f996e908442108e0be46be /modules/codec/c++/data_raw.hpp
parent95778fe686ddd3e6e29915cb50e4b07876a39904 (diff)
wip
Diffstat (limited to 'modules/codec/c++/data_raw.hpp')
-rw-r--r--modules/codec/c++/data_raw.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/codec/c++/data_raw.hpp b/modules/codec/c++/data_raw.hpp
index de5e7f0..88a0ee2 100644
--- a/modules/codec/c++/data_raw.hpp
+++ b/modules/codec/c++/data_raw.hpp
@@ -339,7 +339,7 @@ class data<schema::Array<T,Dim>, encode::NativeRaw> {
using DataType = std::conditional<
is_primitive<typename T>::value,
- typename native_data_type<T>::type
+ typename native_data_type<typename T::StorageSchema>::type
>;
private:
// data<schema::FixedArray<schema::UInt64, Dim>> dims_;