Index: util/mach/child_port_handshake.h |
diff --git a/util/mach/child_port_handshake.h b/util/mach/child_port_handshake.h |
index f20acc89425debea0e61c56ff4f970ca1c3a0d68..734220beffd4b7209f6375596277b252703fcba9 100644 |
--- a/util/mach/child_port_handshake.h |
+++ b/util/mach/child_port_handshake.h |
@@ -137,7 +137,7 @@ class ChildPortHandshake : public ChildPortServer::Interface { |
mach_port_t port, |
mach_msg_type_name_t right_type, |
const mach_msg_trailer_t* trailer, |
- bool* destroy_complex_request) override; |
+ bool* destroy_request) override; |
//! \brief Runs the client. |
//! |