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>2011-08-10 23:45:08 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-08-10 23:45:08 +0400
commit18d709022e3ad2208382157a566095c406504d24 (patch)
tree0aedcf71b82e2e95ad0a7a03a79d44f0511e8a16 /intern/cycles/bvh/bvh_node.h
parentb98ccf699878d70b7cbfdd7863440c34326a5569 (diff)
Cycles: clang build fixes.
Diffstat (limited to 'intern/cycles/bvh/bvh_node.h')
-rw-r--r--intern/cycles/bvh/bvh_node.h1
1 files changed, 1 insertions, 0 deletions
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;