diff options
Diffstat (limited to 'ipc/ipc_message.cc')
-rw-r--r-- | ipc/ipc_message.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/ipc_message.cc b/ipc/ipc_message.cc index 8b608b6..7e5b77b 100644 --- a/ipc/ipc_message.cc +++ b/ipc/ipc_message.cc @@ -27,7 +27,7 @@ Message::Message() InitLoggingVariables(); } -Message::Message(int32 routing_id, uint16 type, PriorityValue priority) +Message::Message(int32 routing_id, uint32 type, PriorityValue priority) : Pickle(sizeof(Header)) { header()->routing = routing_id; header()->type = type; @@ -121,4 +121,4 @@ void Message::EnsureFileDescriptorSet() { #endif -} // namespace IPC +} // namespace IPC
\ No newline at end of file |