diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-05-29 13:10:32 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-05-29 13:10:32 +0200 |
| commit | a3d75d12326bde03ff6c618f828c8e64adb6db03 (patch) | |
| tree | fcca4c766a610ec0c18fb3a0d8d492f426d4b0e3 /modules/codec/c++ | |
| parent | 5375da6bfe4fd08a66c19a6361ea5c4ef289b5b8 (diff) | |
| download | forstio-forstio-a3d75d12326bde03ff6c618f828c8e64adb6db03.tar.gz | |
Schema Ptr struct instead of class
Diffstat (limited to 'modules/codec/c++')
| -rw-r--r-- | modules/codec/c++/schema.hpp | 2 |
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; |
