Commit 2988923a authored by unknown's avatar unknown

workaround for gcc bug

parent be36a5c9
......@@ -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