From 7d096b9b3057617475d223330aaa6b321e0bd59a Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 18 Mar 2024 17:45:52 +0100 Subject: tools: More generation fun --- modules/tools/c++/c_gen_iface.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/tools/c++/c_gen_iface.hpp b/modules/tools/c++/c_gen_iface.hpp index 7dc1197..1610553 100644 --- a/modules/tools/c++/c_gen_iface.hpp +++ b/modules/tools/c++/c_gen_iface.hpp @@ -847,7 +847,7 @@ struct lang_bind, binding::SyncC> { * Create a casting helper in sources for the interface type */ { - auto eov = lang_bind_helper::append_string(src, "saw::interface<>& "); + auto eov = lang_bind_helper::append_string(src, "saw::interface& "); if(eov.is_error()){ return eov; } -- cgit v1.2.3