summaryrefslogtreecommitdiff
path: root/idlc/gen/c_proxy_body_gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/gen/c_proxy_body_gen.h')
-rw-r--r--idlc/gen/c_proxy_body_gen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/gen/c_proxy_body_gen.h b/idlc/gen/c_proxy_body_gen.h
index 3c4885a..7f940f3 100644
--- a/idlc/gen/c_proxy_body_gen.h
+++ b/idlc/gen/c_proxy_body_gen.h
@@ -62,7 +62,7 @@ class CProxyBodyGen : public CBodyGeneratorBase {
std::string GenDelegateParcelRead(const Interface& iface,
const Declaration& decl);
std::string GenDelegateArgsFree(const Interface& iface,
- const Declaration& decl);
+ const Declaration& decl, bool& has_free);
std::string GenDelegateCallbackArgs(const Declaration& decl);
std::string GenMethodAsyncBase(const Interface& iface,