Fixed types for DynamicObject::__name and DynamicObject::_type.

This commit is contained in:
Gunnar Beutner 2013-02-02 20:17:33 +01:00
parent b19f88e8b8
commit 0d3ce60e4f
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@
type DynamicObject {
number __abstract,
number __local,
number __name,
number __type,
string __name,
string __type,
dictionary methods {
string *,