From 32004c2a672f99ee5c242c2c84d30e00bb31cf25 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Wed, 31 Jul 2024 14:15:20 +0200 Subject: Fixed typos and missing typedef --- modules/codec/c++/forst.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/codec/c++/forst.hpp b/modules/codec/c++/forst.hpp index 2cf72a6..8dd3615 100644 --- a/modules/codec/c++/forst.hpp +++ b/modules/codec/c++/forst.hpp @@ -91,6 +91,8 @@ public: template class data...>, encode::KelForst> { +public: + using Schema = schema::Struct...>; private: /** * Buffer holding the whole packet @@ -102,7 +104,7 @@ private: uint64_t displacement_; public: data(): - buff_{share(impl::forstio_codec_info::static_size)}, + buff_{share(impl::forst_codec_info::static_size)}, displacement_{0u} { } -- cgit v1.2.3