From e50b064254431c80f6db60c3e3686241e06c781e Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Mon, 18 Mar 2019 14:42:07 +0100 Subject: [PATCH] Constructors of abstract classes should not be public --- plugins/notify/Notification.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/notify/Notification.vala b/plugins/notify/Notification.vala index 53676919..c5b510d1 100644 --- a/plugins/notify/Notification.vala +++ b/plugins/notify/Notification.vala @@ -73,7 +73,7 @@ namespace Gala.Plugins.Notify } } - public Notification (uint32 id, Gdk.Pixbuf? icon, NotificationUrgency urgency, + protected Notification (uint32 id, Gdk.Pixbuf? icon, NotificationUrgency urgency, int32 expire_timeout) { Object (