diff options
Diffstat (limited to 'ipc/ipc_message_utils.h')
| -rw-r--r-- | ipc/ipc_message_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h index d92d833..efd669c 100644 --- a/ipc/ipc_message_utils.h +++ b/ipc/ipc_message_utils.h @@ -54,6 +54,7 @@ struct ChannelHandle; // How we send IPC message logs across channels. struct IPC_EXPORT LogData { LogData(); + LogData(const LogData& other); ~LogData(); std::string channel; |
