From: Alan Knowles Date: Mon, 2 Nov 2015 09:35:44 +0000 (+0800) Subject: JSDOC/Packer.vala X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=b20a6c506df4a80524adfc3613a2fd88c1620875 JSDOC/Packer.vala --- diff --git a/JSDOC/Packer.vala b/JSDOC/Packer.vala index 60d0962..c88c898 100644 --- a/JSDOC/Packer.vala +++ b/JSDOC/Packer.vala @@ -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