diff options
author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-07-26 17:49:36 +0200 |
---|---|---|
committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-07-26 17:49:36 +0200 |
commit | a5718298865976f3b977b2e7a18254d19e288152 (patch) | |
tree | f2033f3fcb4711c7bb8bd0bf7f4ce71ce4045a0c | |
parent | 4244c69184602efff78b77ea72a5da44b650b4ad (diff) |
wip
-rw-r--r-- | modules/codec/c++/forst.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/codec/c++/forst.hpp b/modules/codec/c++/forst.hpp index 16f55c9..4415b1f 100644 --- a/modules/codec/c++/forst.hpp +++ b/modules/codec/c++/forst.hpp @@ -32,6 +32,11 @@ private: our<buffer> buff_; uint64_t displacement_; public: + data(): + buff_{heap<array_buffer>()}, + displacement_{0u} + {} + /** * Constructor for root elements */ |