| Index: remoting/protocol/jingle_messages.h
|
| diff --git a/remoting/protocol/jingle_messages.h b/remoting/protocol/jingle_messages.h
|
| index 43dca4ad8a6d105b64dbad57466000e93a6c03bc..39a112d347207d7ce1d83f7ed107adec4485276c 100644
|
| --- a/remoting/protocol/jingle_messages.h
|
| +++ b/remoting/protocol/jingle_messages.h
|
| @@ -98,7 +98,7 @@ struct JingleMessageReply {
|
| };
|
|
|
| JingleMessageReply();
|
| - JingleMessageReply(ErrorType error);
|
| + explicit JingleMessageReply(ErrorType error);
|
| JingleMessageReply(ErrorType error, const std::string& text);
|
| ~JingleMessageReply();
|
|
|
|
|