aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/MachIPC.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mac/MachIPC.h')
-rw-r--r--src/common/mac/MachIPC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mac/MachIPC.h b/src/common/mac/MachIPC.h
index 89924123..40ef8541 100644
--- a/src/common/mac/MachIPC.h
+++ b/src/common/mac/MachIPC.h
@@ -224,7 +224,7 @@ class MachMessage {
void SetDescriptor(int n, const MachMsgPortDescriptor &desc);
// Returns total message size setting msgh_size in the header to this value
- int CalculateSize();
+ mach_msg_size_t CalculateSize();
mach_msg_header_t head;
mach_msg_body_t body;