JSDOC/PackerRun.vala
authorAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 10:13:45 +0000 (18:13 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 10:13:45 +0000 (18:13 +0800)
JSDOC/PackerRun.vala

index 9041caf..797f0ad 100644 (file)
@@ -7,9 +7,9 @@
 namespace JSDOC
 {
        // --------------- <<<<<<< <MAIN HERE....
-       public static int main(ref string[] args) 
+       public static int main(string[] args) 
        {
-               new PackerRun(ref args);
+               new PackerRun(args);
                return 0;
        }
 
@@ -44,7 +44,7 @@ namespace JSDOC
                
 
        
-               public PackerRun (ref string[] args)
+               public PackerRun (string[] args)
                {
                
                        Object(