summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;