Cycles: clang build fixes.

This commit is contained in:
Brecht Van Lommel
2011-08-10 19:45:08 +00:00
parent b98ccf6998
commit 18d709022e
5 changed files with 5 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ class Mesh;
class Patch {
public:
virtual ~Patch() {}
virtual void eval(float3 *P, float3 *dPdu, float3 *dPdv, float u, float v) = 0;
virtual bool is_triangle() = 0;
virtual BoundBox bound() = 0;