From dccc913e81c1ff5999ce806bbb3afd84580e6c38 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 26 Aug 2011 11:28:21 +0800 Subject: [PATCH] Introspect/Constant.js --- Introspect/Constant.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introspect/Constant.js b/Introspect/Constant.js index 4021197..376d960 100644 --- a/Introspect/Constant.js +++ b/Introspect/Constant.js @@ -35,7 +35,7 @@ Constant = XObject.define( if (ty != 'interface') { - var argm = new GI.Argument(); + var argm = new GI._Argument(); GI.constant_info_get_value ( prop ,argm); if (ty != 'utf8') { this.value = argm.v_long; -- 2.39.2