diff options
Diffstat (limited to 'base/mach_ipc_mac.h')
-rw-r--r-- | base/mach_ipc_mac.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/base/mach_ipc_mac.h b/base/mach_ipc_mac.h index 13fc5f4..1e88279 100644 --- a/base/mach_ipc_mac.h +++ b/base/mach_ipc_mac.h @@ -115,10 +115,9 @@ class MachMsgPortDescriptor : public mach_msg_port_descriptor_t { // We're just a simple wrapper for mach_msg_port_descriptor_t // and have the same memory layout -// FIXME - //operator mach_msg_port_descriptor_t&() { - //return *this; - //} + operator mach_msg_port_descriptor_t&() { + return *this; + } // For convenience operator mach_port_t() const { |