more debuging

This commit is contained in:
Marty Kraimer
2012-05-15 11:58:24 -04:00
parent a396d8e6ac
commit ca195b44cf
8 changed files with 29 additions and 32 deletions

View File

@@ -370,7 +370,7 @@ StructureConstPtr StandardField::enumerated()
StructureConstPtr StandardField::enumerated(String properties)
{
StructureConstPtr field = enumerated(valueFieldName);
StructureConstPtr field = enumerated();
return createProperties(field,properties);
}