|
@@ -87,7 +87,7 @@ static const std::string TypeOption = "-type";
|
|
// -------------------------------------------------------------------
|
|
// -------------------------------------------------------------------
|
|
// Constructor
|
|
// Constructor
|
|
ObjFileMtlImporter::ObjFileMtlImporter( std::vector<char> &buffer,
|
|
ObjFileMtlImporter::ObjFileMtlImporter( std::vector<char> &buffer,
|
|
- const std::string & /*strAbsPath*/,
|
|
|
|
|
|
+ const std::string &,
|
|
ObjFile::Model *pModel ) :
|
|
ObjFile::Model *pModel ) :
|
|
m_DataIt( buffer.begin() ),
|
|
m_DataIt( buffer.begin() ),
|
|
m_DataItEnd( buffer.end() ),
|
|
m_DataItEnd( buffer.end() ),
|
|
@@ -112,14 +112,14 @@ ObjFileMtlImporter::~ObjFileMtlImporter()
|
|
|
|
|
|
// -------------------------------------------------------------------
|
|
// -------------------------------------------------------------------
|
|
// Private copy constructor
|
|
// Private copy constructor
|
|
-ObjFileMtlImporter::ObjFileMtlImporter(const ObjFileMtlImporter & /* rOther */ )
|
|
|
|
|
|
+ObjFileMtlImporter::ObjFileMtlImporter(const ObjFileMtlImporter & )
|
|
{
|
|
{
|
|
// empty
|
|
// empty
|
|
}
|
|
}
|
|
|
|
|
|
// -------------------------------------------------------------------
|
|
// -------------------------------------------------------------------
|
|
// Private copy constructor
|
|
// Private copy constructor
|
|
-ObjFileMtlImporter &ObjFileMtlImporter::operator = ( const ObjFileMtlImporter & /*rOther */ )
|
|
|
|
|
|
+ObjFileMtlImporter &ObjFileMtlImporter::operator = ( const ObjFileMtlImporter & )
|
|
{
|
|
{
|
|
return *this;
|
|
return *this;
|
|
}
|
|
}
|