mirror of
https://github.com/elementary/gala.git
synced 2024-12-25 02:02:11 +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)
|
int32 expire_timeout)
|
||||||
{
|
{
|
||||||
Object (
|
Object (
|
||||||
|
Loading…
Reference in New Issue
Block a user