diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-04-02 23:38:37 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-04-02 23:38:37 +0200 |
commit | 76a4a5594fbd72a376f107a46bebd29b78c66a6e (patch) | |
tree | b02d68ee9826c0d8fcba69c213641957cd342f64 | |
parent | d52d1286855b0c1edc4b2e6ea5b8a564fb41643c (diff) |
Fixed typo in codec math
-rw-r--r-- | modules/codec/c++/data_math.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/codec/c++/data_math.hpp b/modules/codec/c++/data_math.hpp index a9eafff..a5c50fc 100644 --- a/modules/codec/c++/data_math.hpp +++ b/modules/codec/c++/data_math.hpp @@ -6,7 +6,7 @@ namespace saw { template<typename T> -class data<schema::Quarternion<T>,encode::Native> { +class data<schema::Quaternion<T>,encode::Native> { public: using Schema = schema::Quaternion<T>; private: |