diff options
-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: |