From 76a4a5594fbd72a376f107a46bebd29b78c66a6e Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 2 Apr 2025 23:38:37 +0200 Subject: Fixed typo in codec math --- modules/codec/c++/data_math.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -class data,encode::Native> { +class data,encode::Native> { public: using Schema = schema::Quaternion; private: -- cgit v1.2.3