[3393728] [PATCH 2/2] renamed MDL::IntSplittedGroupData_MDL7 to MDL::IntSplitGroupData_MDL7

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1065 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
aramis_acg
2011-08-20 22:01:46 +00:00
parent 2ffac898d6
commit 9f32504792
3 changed files with 8 additions and 8 deletions

View File

@@ -920,10 +920,10 @@ struct IntSharedData_MDL7
// -------------------------------------------------------------------------------------
//! Contains input data for GenerateOutputMeshes_3DGS_MDL7
struct IntSplittedGroupData_MDL7
struct IntSplitGroupData_MDL7
{
//! Construction from a given shared data set
IntSplittedGroupData_MDL7(IntSharedData_MDL7& _shared,
IntSplitGroupData_MDL7(IntSharedData_MDL7& _shared,
std::vector<aiMesh*>& _avOutList)
: shared(_shared), avOutList(_avOutList)
@@ -931,7 +931,7 @@ struct IntSplittedGroupData_MDL7
}
//! Destruction: properly delete all allocated resources
~IntSplittedGroupData_MDL7()
~IntSplitGroupData_MDL7()
{
// kill all face lists
if(this->aiSplit)