diff options
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc_message_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h index 4db8b12..7121c19 100644 --- a/ipc/ipc_message_utils.h +++ b/ipc/ipc_message_utils.h @@ -122,7 +122,7 @@ struct ParamTraits<bool> { template <> struct IPC_EXPORT ParamTraits<unsigned char> { - typedef unsigned short param_type; + typedef unsigned char param_type; static void Write(Message* m, const param_type& p); static bool Read(const Message* m, PickleIterator* iter, param_type* r); static void Log(const param_type& p, std::string* l); |