Cycles: fix msvc compile warning, patch by Jason Wilkins.

This commit is contained in:
Brecht Van Lommel
2012-02-28 16:45:01 +00:00
parent 4a90339519
commit 6cb896ff0a
3 changed files with 7 additions and 5 deletions

View File

@@ -94,7 +94,7 @@ public:
Mesh *mesh;
list<Attribute> attributes;
AttributeSet(Mesh *mesh);
AttributeSet();
~AttributeSet();
Attribute *add(ustring name, TypeDesc type, Attribute::Element element);