JSDOC/Packer.vala
authorAlan Knowles <alan@roojs.com>
Mon, 2 Nov 2015 09:35:44 +0000 (17:35 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 2 Nov 2015 09:35:44 +0000 (17:35 +0800)
JSDOC/Packer.vala

index 60d0962..c88c898 100644 (file)
@@ -64,14 +64,14 @@ namespace JSDOC
                * @cfg {String} target to write files to - must be full path.
                */
                string target;
-               FileOutputStream targetStream = null;
+               GLib.FileOutputStream targetStream = null;
                /**
                 * @cfg {String} debugTarget target to write files debug version to (uncompacted)- must be full path.
                 */
                string targetDebug;
                
 
-               FileOutputStream targetDebugStream  = null;
+               GLib.FileOutputStream targetDebugStream  = null;
                /**
                 * @cfg {String} tmpDir  (optional) where to put the temporary files. 
                 *      if you set this, then files will not be cleaned up