clean all warnings for vs-2019

This commit is contained in:
Kim Kulling
2020-03-08 21:24:01 +01:00
parent 920535165d
commit e8d2b84017
55 changed files with 9135 additions and 9009 deletions

View File

@@ -4,7 +4,6 @@ Open Asset Import Library (assimp)
Copyright (c) 2006-2020, assimp team
All rights reserved.
Redistribution and use of this software in source and binary forms,
@@ -111,13 +110,13 @@ protected:
const char* mBuffer;
/** Size of the file, in bytes */
unsigned int fileSize;
unsigned int mFileSize;
/** Output scene */
aiScene* pScene;
aiScene* mScene;
/** Default vertex color */
aiColor4D clrColorDefault;
aiColor4D mClrColorDefault;
};
} // end of namespace Assimp