Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-02-28 20:45:01 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-02-28 20:45:01 +0400
commit6cb896ff0a7d24be3ff500585642ae5d61a5b788 (patch)
tree84b6b1d6f71eec23e9a986470e916f059c323ef4 /intern/cycles/render/attribute.h
parent4a903395194aef1cfe97e4d50d73320a72280cf3 (diff)
Cycles: fix msvc compile warning, patch by Jason Wilkins.
Diffstat (limited to 'intern/cycles/render/attribute.h')
-rw-r--r--intern/cycles/render/attribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/render/attribute.h b/intern/cycles/render/attribute.h
index aef215d6c0c..7af4657daa3 100644
--- a/intern/cycles/render/attribute.h
+++ b/intern/cycles/render/attribute.h
@@ -94,7 +94,7 @@ public:
Mesh *mesh;
list<Attribute> attributes;
- AttributeSet(Mesh *mesh);
+ AttributeSet();
~AttributeSet();
Attribute *add(ustring name, TypeDesc type, Attribute::Element element);