mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Use API identical to std classes where possible
This commit is contained in:
@@ -233,7 +233,7 @@ int CConsoleHandler::run() const
|
||||
(*cb)(buffer, false);
|
||||
}
|
||||
else
|
||||
boost::this_thread::sleep(boost::posix_time::millisec(100));
|
||||
boost::this_thread::sleep_for(boost::chrono::milliseconds(100));
|
||||
|
||||
boost::this_thread::interruption_point();
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user