From 4475cc3d61d6bc6b522521c53079a747a0546e3e Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 19 Mar 2025 13:03:30 +0100 Subject: Type issue fixed --- c++/descriptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c++') diff --git a/c++/descriptor.h b/c++/descriptor.h index b005af2..052365d 100644 --- a/c++/descriptor.h +++ b/c++/descriptor.h @@ -70,7 +70,7 @@ struct meta_schema> { template struct meta_schema> { - using MetaSchema = schema::FixedArray; + using MetaSchema = schema::FixedArray; using Schema = kel::lbm::sch::Field; }; -- cgit v1.2.3