From Martin Innus, fixed erroneous change of INTEGER to UNKNOWN, reverting back to INTEGER.
This commit is contained in:
@@ -32,7 +32,7 @@ ShapeAttribute::ShapeAttribute(const char * name) :
|
||||
|
||||
ShapeAttribute::ShapeAttribute(const char * name, int value) :
|
||||
_name(name),
|
||||
_type(UNKNOWN),
|
||||
_type(INTEGER),
|
||||
_integer(value)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user