mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 06:55:58 +00:00
Replace gsl::not_null<T*> with just not_null<T*>.
This commit is contained in:
@@ -241,7 +241,7 @@ bool isLayerShown() {
|
||||
return false;
|
||||
}
|
||||
|
||||
void repaintHistoryItem(gsl::not_null<const HistoryItem*> item) {
|
||||
void repaintHistoryItem(not_null<const HistoryItem*> item) {
|
||||
if (auto main = App::main()) {
|
||||
main->ui_repaintHistoryItem(item);
|
||||
}
|
||||
|
Reference in New Issue
Block a user