From a3d75d12326bde03ff6c618f828c8e64adb6db03 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 29 May 2026 13:10:32 +0200 Subject: Schema Ptr struct instead of class --- modules/codec/c++/schema.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> type. */ template -class Ptr { +struct Ptr { static constexpr string_literal name = "Ptr"; using ValueType = Schema; -- cgit v1.2.3