mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Made a few functions static or static inline.
This commit is contained in:
@@ -43,7 +43,7 @@ int port = 3030;
|
||||
*
|
||||
*/
|
||||
|
||||
void vaccept(tcp::acceptor *ac, tcp::socket *s, boost::system::error_code *error)
|
||||
static void vaccept(tcp::acceptor *ac, tcp::socket *s, boost::system::error_code *error)
|
||||
{
|
||||
ac->accept(*s,*error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user