Build fix

This commit is contained in:
King_DuckZ 2018-10-13 16:46:56 +01:00
parent 09add53cf8
commit 8d9fefdc19
1 changed files with 3 additions and 2 deletions

View File

@ -214,8 +214,9 @@ namespace kamokan {
if (raw_replies.front().is_error()) {
using std::string;
retval.error =
boost::make_optional<string>(get_error_string(raw_replies.front()).message());
retval.error = boost::make_optional<string>(
string(get_error_string(raw_replies.front()).message())
);
return retval;
}
auto pastie_reply = get_array(raw_replies.front());