summaryrefslogtreecommitdiff
path: root/modules/codec/c++/data.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-08-04 16:16:32 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-08-04 16:16:32 +0200
commit4bde4893c9ab3a0d09570946b67734751bc84408 (patch)
tree29916f5319d541214c2e9180a0c01357a59953b4 /modules/codec/c++/data.hpp
parent728fe910b288321760042d5aa520eedeabb3af96 (diff)
downloadforstio-forstio-4bde4893c9ab3a0d09570946b67734751bc84408.tar.gz
Pushing something
Diffstat (limited to 'modules/codec/c++/data.hpp')
-rw-r--r--modules/codec/c++/data.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp
index 4dd1fd3..afcf382 100644
--- a/modules/codec/c++/data.hpp
+++ b/modules/codec/c++/data.hpp
@@ -590,7 +590,7 @@ private:
};
public:
data() = default;
- data(data<MetaSchema, encode::Native> init){
+ data(const data<MetaSchema, encode::Native>& init){
if constexpr ( 0u < sizeof...(T) ){
init_helper<0u>::apply(value_, std::move(init));
}