mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-31 01:25:50 +00:00
Fixed build for macOS.
This commit is contained in:
@@ -65,7 +65,7 @@ rpl::producer<UpdateType> Changes::Manager<DataType, UpdateType>::updates(
|
||||
template <typename DataType, typename UpdateType>
|
||||
auto Changes::Manager<DataType, UpdateType>::realtimeUpdates(Flag flag) const
|
||||
-> rpl::producer<UpdateType> {
|
||||
return _realtimeStreams[CountBit(flag)].events();
|
||||
return _realtimeStreams[details::CountBit(flag)].events();
|
||||
}
|
||||
|
||||
template <typename DataType, typename UpdateType>
|
||||
|
||||
Reference in New Issue
Block a user