From 7ceaa0539bd3ed9e541bea5369abfa7f6bc636f7 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 21 Nov 2019 11:05:12 +0100 Subject: Fix several 'Creation method of abstract class cannot be public.' Vala issues. --- src/notification.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/notification.vala') diff --git a/src/notification.vala b/src/notification.vala index 3a3060f..ab944e2 100644 --- a/src/notification.vala +++ b/src/notification.vala @@ -19,7 +19,7 @@ public abstract class IndicatorSound.Notification: Object { - public Notification () { + internal Notification () { BusWatcher.watch_namespace ( GLib.BusType.SESSION, "org.freedesktop.Notifications", -- cgit v1.2.3