From 18d709022e3ad2208382157a566095c406504d24 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 10 Aug 2011 19:45:08 +0000 Subject: Cycles: clang build fixes. --- intern/cycles/bvh/bvh_node.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intern/cycles/bvh/bvh_node.h') diff --git a/intern/cycles/bvh/bvh_node.h b/intern/cycles/bvh/bvh_node.h index d83c006b93d..f8f0ffecd95 100644 --- a/intern/cycles/bvh/bvh_node.h +++ b/intern/cycles/bvh/bvh_node.h @@ -42,6 +42,7 @@ public: { } + virtual ~BVHNode() {} virtual bool is_leaf() const = 0; virtual int num_children() const = 0; virtual BVHNode *get_child(int i) const = 0; -- cgit v1.2.3