]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - idlcomp/languages/c++/server.cc
xfer to odin
[polintos/scott/priv.git] / idlcomp / languages / c++ / server.cc
index 35a213555376515b250f76ff72ed689e404ba216..f773e6f604d30f98017e5ff8a04ee88b53e15186 100644 (file)
@@ -291,8 +291,8 @@ void cpp_output_iface_table_entry(Interface *super, void *arg)
        ctx.f << ctx.indent;
        cpp_output_name(ctx.f, super);
        
-       ctx.f << "_ns::_guid.l,\n"
-             << ctx.indent 
+       ctx.f << "_ns::_info,\n"
+             << ctx.indent
              << (ctx.cla->concrete_iface->super_to_chain(super) - ctx.chain) *
                 target->pointer_size << '\n';