Fix build with clang

This commit is contained in:
Ilya Fedin
2022-12-07 01:27:36 +04:00
committed by John Preston
parent 71354d1611
commit a3caecbc07
3 changed files with 8 additions and 5 deletions
@@ -264,7 +264,8 @@ void LaunchGApplication() {
if (ranges::contains(
activatableNames,
"org.freedesktop.Notifications")) {
"org.freedesktop.Notifications",
&Glib::ustring::raw)) {
return true;
}