X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/be7cf844f59fa483423724e8e4b5e663e5b88ddd..3abd3952c1f4441f0dd6eae9883b2d01ed9cd56b:/rpc/marshall_wrap.h 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();