fix constructors
This commit is contained in:
@@ -6,7 +6,7 @@ public partial class GtkDialogBase : Dialog
|
||||
{
|
||||
public GtkDialogBase() : this(new Builder("GtkDialogBase.glade")) { }
|
||||
|
||||
private GtkDialogBase(Builder builder) : base(builder.GetRawOwnedObject("GtkDialogBase"))
|
||||
protected GtkDialogBase(Builder builder) : base(builder.GetRawOwnedObject("GtkDialogBase"))
|
||||
{
|
||||
builder.Autoconnect(this);
|
||||
DefaultResponse = ResponseType.Cancel;
|
||||
|
||||
Reference in New Issue
Block a user