fix signature for set_alert_mask
This commit is contained in:
@@ -4935,7 +4935,7 @@ namespace aux {
|
||||
return m_alerts.wait_for_alert(max_wait);
|
||||
}
|
||||
|
||||
void session_impl::set_alert_mask(int m)
|
||||
void session_impl::set_alert_mask(boost::uint32_t m)
|
||||
{
|
||||
m_alerts.set_alert_mask(m);
|
||||
}
|
||||
|
Reference in New Issue
Block a user