[gnome-boxes/enable-snapshots-for-host-passthrough-gnome-3-32: 1/2] machine: Creation method of abstract class cannot be public



commit 905320036f3147dce310e57487b3d90ca97a3737
Author: Felipe Borges <felipeborges gnome org>
Date:   Fri Mar 29 10:11:37 2019 +0100

    machine: Creation method of abstract class cannot be public

 src/machine.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/machine.vala b/src/machine.vala
index 77ec6c10..60b3def6 100644
--- a/src/machine.vala
+++ b/src/machine.vala
@@ -254,7 +254,7 @@ protected void show_display () {
         cr.fill ();
     }
 
-    public Machine (Boxes.CollectionSource source, string name, string? uuid = null) {
+    protected Machine (Boxes.CollectionSource source, string name, string? uuid = null) {
         this.name = name;
         this.source = source;
         this.connecting_cancellable = new Cancellable ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]