diff options
-rw-r--r-- | modules/codec/c++/data.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp index e410147..b1b4729 100644 --- a/modules/codec/c++/data.hpp +++ b/modules/codec/c++/data.hpp @@ -729,7 +729,7 @@ class data<schema::Array<T,Dim>, encode::Native> { } template<uint64_t i> - data<schema::UIn64, encode::Native> get_dim_size() const { + data<schema::UInt64, encode::Native> get_dim_size() const { static_assert(i < Dim, "Index used to retrieve Dimension size is too large."); return dims_.at(i); } |