Commit e8fa5270 authored by unknown's avatar unknown

workaround for gcc bug

parent 151db6e3
......@@ -40,7 +40,7 @@ bool Protocol::net_store_data(const char *from, uint length)
return 0;
}
inline bool Protocol::convert_str(const char *from, uint length)
bool Protocol::convert_str(const char *from, uint length)
{
convert->store(packet, from, length);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment