From c6c412af6838e48d333212503fff2e122dd1b677 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sat, 27 May 2023 19:22:41 +0200 Subject: c++: Renamed NamedMember to Member --- src/codec/schema.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/codec/schema.h') diff --git a/src/codec/schema.h b/src/codec/schema.h index d040a7a..5021d33 100644 --- a/src/codec/schema.h +++ b/src/codec/schema.h @@ -6,7 +6,7 @@ namespace saw { namespace schema { // NOLINTBEGIN -template struct NamedMember {}; +template struct Member {}; template struct Struct { static_assert( @@ -15,7 +15,7 @@ template struct Struct { }; template -struct Struct...> {}; +struct Struct...> {}; template struct Union { static_assert( @@ -24,7 +24,7 @@ template struct Union { }; template -struct Union...> {}; +struct Union...> {}; template struct Array {}; -- cgit v1.2.3