From 6cb896ff0a7d24be3ff500585642ae5d61a5b788 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 28 Feb 2012 16:45:01 +0000 Subject: Cycles: fix msvc compile warning, patch by Jason Wilkins. --- intern/cycles/render/attribute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/render/attribute.h') 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 attributes; - AttributeSet(Mesh *mesh); + AttributeSet(); ~AttributeSet(); Attribute *add(ustring name, TypeDesc type, Attribute::Element element); -- cgit v1.2.3