Constructors of abstract classes should not be public

This commit is contained in:
Rico Tzschichholz 2019-03-18 14:42:07 +01:00
parent 2c610b3bc8
commit e50b064254

View File

@ -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) int32 expire_timeout)
{ {
Object ( Object (