Merged from svn/trunk changeset 12640, From Martin Innus, fixed erroneous change of INTEGER to UNKNOWN, reverting back to INTEGER.

This commit is contained in:
Robert Osfield
2011-06-24 13:36:45 +00:00
parent 26ee7e07d3
commit e306f27e23

View File

@@ -32,7 +32,7 @@ ShapeAttribute::ShapeAttribute(const char * name) :
ShapeAttribute::ShapeAttribute(const char * name, int value) :
_name(name),
_type(UNKNOWN),
_type(INTEGER),
_integer(value)
{}