GitRepo.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 11:26:53 +0000 (19:26 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 11:26:53 +0000 (19:26 +0800)
GitRepo.vala

index 887b4ec..1c4149f 100644 (file)
@@ -78,7 +78,7 @@ public class GitRepo : Object
      *
      * @argument {Array} files the files to add.
      */
-    public string remove : function ( Array<GitMontitorQueue> files )
+    public string remove  ( Array<GitMontitorQueue> files )
     {
         // this may fail if files do not exist..
         // should really find out if these are untracked files each..