diff options
Diffstat (limited to 'modules/tools/c++')
-rw-r--r-- | modules/tools/c++/c_gen_iface.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<schema::Interface<M...>, 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<schema::InterfaceType>& "); if(eov.is_error()){ return eov; } |