--- a/include/kdtree.h Wed Apr 23 14:39:33 2008 +0200
+++ b/include/kdtree.h Wed Apr 23 19:35:03 2008 +0200
@@ -93,7 +93,7 @@
void setMaxDepth(int md) { max_depth = md; };
ostream & dump(ostream &st);
- istream & load(istream &st);
+ istream & load(istream &st, Material *mat);
};
#endif