X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/16e7c282c6fcec8189425bd15ec9e8a4a0ee857d..c9be386a30dc7145ac757fae66c255b21da26d5d:/rpc/marshall_wrap.h?ds=inline diff --git a/rpc/marshall_wrap.h b/rpc/marshall_wrap.h index 2d7fbfb..8d5b15a 100644 --- a/rpc/marshall_wrap.h +++ b/rpc/marshall_wrap.h @@ -85,7 +85,7 @@ struct marshalled_func_imp { return new handler([=](unmarshall &u, marshall &m) -> RV { // Unmarshall each argument with the correct type and store the // result in a tuple. - ArgsStorage t = {u.grab::type>()...}; + ArgsStorage t = {u._grab::type>()...}; // Verify successful unmarshalling of the entire input stream. if (!u.okdone()) return (RV)ErrorHandler::unmarshall_args_failure();