mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Replace boost::bind with BIND_TYPE where appropriate
This commit is contained in:
@@ -39,7 +39,7 @@ void TransactionAcquire::done ()
|
||||
map = mMap;
|
||||
}
|
||||
|
||||
theApp->getIOService ().post (boost::bind (&TACompletionHandler, mHash, map));
|
||||
theApp->getIOService ().post (BIND_TYPE (&TACompletionHandler, mHash, map));
|
||||
}
|
||||
|
||||
void TransactionAcquire::onTimer (bool progress)
|
||||
|
||||
Reference in New Issue
Block a user