diff --git a/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp b/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp index eddd32dc8..c94400ff1 100644 --- a/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp @@ -415,7 +415,7 @@ bool NotificationData::init( static const auto set_category = [] { // reset dlerror after dlsym call const auto guard = gsl::finally([] { dlerror(); }); - return reinterpret_cast( + return reinterpret_cast( dlsym(RTLD_DEFAULT, "g_notification_set_category")); }();