From 617538aa3278a4ca03b017d92047ba6d4027f30b Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 29 Feb 2024 13:20:44 +0100 Subject: codec: Fixed constructor typo --- modules/codec/c++/data.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/codec/c++') diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp index b217a5a..ee3003e 100644 --- a/modules/codec/c++/data.hpp +++ b/modules/codec/c++/data.hpp @@ -196,7 +196,7 @@ class data, encode::Native> { return s; } public: - data(), + data(): value_{} { for(auto& iter : dims_){ -- cgit v1.2.3