summaryrefslogtreecommitdiff
path: root/modules/codec/c++/schema.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-05-29 13:10:32 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-05-29 13:10:32 +0200
commita3d75d12326bde03ff6c618f828c8e64adb6db03 (patch)
treefcca4c766a610ec0c18fb3a0d8d492f426d4b0e3 /modules/codec/c++/schema.hpp
parent5375da6bfe4fd08a66c19a6361ea5c4ef289b5b8 (diff)
downloadforstio-forstio-a3d75d12326bde03ff6c618f828c8e64adb6db03.tar.gz
Schema Ptr struct instead of class
Diffstat (limited to 'modules/codec/c++/schema.hpp')
-rw-r--r--modules/codec/c++/schema.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/codec/c++/schema.hpp b/modules/codec/c++/schema.hpp
index 340b122..b5839f4 100644
--- a/modules/codec/c++/schema.hpp
+++ b/modules/codec/c++/schema.hpp
@@ -114,7 +114,7 @@ class Ref {
* data<Ptr<Float64>> type.
*/
template<typename Schema>
-class Ptr {
+struct Ptr {
static constexpr string_literal name = "Ptr";
using ValueType = Schema;