From 91cf98fea8179bc80e491f8c32bf8a848c5d3f03 Mon Sep 17 00:00:00 2001 From: Leonhard Date: Sat, 26 Aug 2023 11:09:44 +0200 Subject: [PATCH] Add sound namespace to App --- src/App.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vala b/src/App.vala index 15a19809..537e5dae 100644 --- a/src/App.vala +++ b/src/App.vala @@ -5,7 +5,7 @@ * Authored by: Leonhard Kargl */ -public class App : Object { +public class Sound.App : Object { public uint32 index { get; construct; } public string name { get; construct; } public PulseAudio.ChannelMap channel_map { get; set; }