diff --git a/src/shioricaller.cpp b/src/shioricaller.cpp index 2c6f25b..49e226a 100644 --- a/src/shioricaller.cpp +++ b/src/shioricaller.cpp @@ -44,7 +44,7 @@ int wmain(int argc, wchar_t* argv[]){ if(std::cin.eof())break; req_buf += req_line + "\r\n"; if(req_line.empty()) { - auto ret = ukagaka::protocol_message{shiori(req_buf)}; + const auto ret = ukagaka::protocol_message{shiori(req_buf)}; std::cout << to_ansi_colored_string(ret); req_buf.clear(); }