Index: trunk/src/gfx/keyframed_mesh.cc
===================================================================
--- trunk/src/gfx/keyframed_mesh.cc	(revision 231)
+++ trunk/src/gfx/keyframed_mesh.cc	(revision 236)
@@ -15,5 +15,5 @@
 using namespace nv;
 
-keyframed_mesh::keyframed_mesh( context* a_context, mesh_data* a_data )
+keyframed_mesh::keyframed_mesh( context* a_context, mesh_data_old* a_data )
 	: animated_mesh()
 	, m_data( a_data )
@@ -115,5 +115,5 @@
 }
 
-keyframed_mesh_gpu::keyframed_mesh_gpu( context* a_context, mesh_data* a_data, program* a_program )
+keyframed_mesh_gpu::keyframed_mesh_gpu( context* a_context, mesh_data_old* a_data, program* a_program )
 	: keyframed_mesh( a_context, a_data )
 	, m_loc_next_position( 0 )
@@ -160,5 +160,5 @@
 
 
-nv::keyframed_mesh_cpu::keyframed_mesh_cpu( context* a_context, mesh_data* a_data )
+nv::keyframed_mesh_cpu::keyframed_mesh_cpu( context* a_context, mesh_data_old* a_data )
 	: keyframed_mesh( a_context, a_data )
 {
