mirror of
https://github.com/elementary/gala.git
synced 2024-12-24 17:53:19 +03:00
Constructors of abstract classes should not be public
This commit is contained in:
parent
2c610b3bc8
commit
e50b064254
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user