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; }