From 78e29455c5cb4acce769498a5a32be6a3c6085b4 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 8 Dec 2011 16:00:07 +0000 Subject: Fixing up faulty references to class "Point" to "IcePoint" --- Opcode/OPC_TreeBuilders.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Opcode/OPC_TreeBuilders.h') diff --git a/Opcode/OPC_TreeBuilders.h b/Opcode/OPC_TreeBuilders.h index 32486aa..bfff16a 100644 --- a/Opcode/OPC_TreeBuilders.h +++ b/Opcode/OPC_TreeBuilders.h @@ -138,7 +138,7 @@ override(AABBTreeBuilder) float GetSplittingValue(udword index, udword axis) const; override(AABBTreeBuilder) float GetSplittingValue(const udword* primitives, udword nb_prims, const AABB& global_box, udword axis) const; - const Point* mVertexArray; //!< Shortcut to an app-controlled array of vertices. + const IcePoint* mVertexArray; //!< Shortcut to an app-controlled array of vertices. }; class OPCODE_API AABBTreeOfAABBsBuilder : public AABBTreeBuilder -- cgit v1.1