From 0d3ce60e4f2839c5d39ed71caf50d02d84168f06 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sat, 2 Feb 2013 20:17:33 +0100 Subject: [PATCH] Fixed types for DynamicObject::__name and DynamicObject::_type. --- itl/types.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itl/types.conf b/itl/types.conf index 585e1f9e0..aca76528d 100644 --- a/itl/types.conf +++ b/itl/types.conf @@ -20,8 +20,8 @@ type DynamicObject { number __abstract, number __local, - number __name, - number __type, + string __name, + string __type, dictionary methods { string *,