include/kdtree.h
branchpyrit
changeset 35 fb170fccb19f
parent 34 28f6e8b9d5d1
child 44 3763b26244f0
--- a/include/kdtree.h	Sun Dec 09 23:10:58 2007 +0100
+++ b/include/kdtree.h	Wed Dec 12 19:59:19 2007 +0100
@@ -44,7 +44,7 @@
 
 	void addShape(Shape* aShape) { shapes->push_back(aShape); };
 
-	void subdivide(BBox bbox, int depth);
+	void subdivide(BBox bbox, int maxdepth);
 };
 
 class KdTree: public Container