sync
[gitlive] / GitBranch.vala
index 1b94f7f..0a0a63c 100644 (file)
@@ -65,7 +65,7 @@ public class GitBranch : Object
                return this.name == "" ? this.remote : this.name;
        }
        
-       public create()
+       public void create()
        {
        
        }