From b20a6c506df4a80524adfc3613a2fd88c1620875 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 2 Nov 2015 17:35:44 +0800 Subject: [PATCH] JSDOC/Packer.vala --- JSDOC/Packer.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2