mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
UniquePointer > std_::unique_ptr, MakeUnique > std_::make_unique.
This commit is contained in:
@@ -121,7 +121,7 @@ private:
|
||||
return row->_prev;
|
||||
}
|
||||
|
||||
UniquePointer<Row> _last;
|
||||
std_::unique_ptr<Row> _last;
|
||||
Row *_begin;
|
||||
Row *_end;
|
||||
SortMode _sortMode;
|
||||
|
Reference in New Issue
Block a user