From 98cf3372f2ed4e61ccb0acc522549aaa3d18fd59 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Tue, 22 Oct 2024 14:24:32 +0200 Subject: Fixing interface deduction type --- modules/codec/c++/schema.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/codec/c++/schema.hpp') diff --git a/modules/codec/c++/schema.hpp b/modules/codec/c++/schema.hpp index 4bd544b..c2cacd5 100644 --- a/modules/codec/c++/schema.hpp +++ b/modules/codec/c++/schema.hpp @@ -340,7 +340,7 @@ struct schema_func_list_helper { template struct schema_func_list_helper { using Type = typename tmpl_concat< - tmpl_group, + tmpl_group, typename schema_func_list_helper::Type >::type; }; -- cgit v1.2.3