[ 2659155 ] Missing initializations
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@353 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -313,7 +313,10 @@ DefaultLogger::DefaultLogger(LogSeverity severity)
|
||||
|
||||
: m_Severity ( severity )
|
||||
, noRepeatMsg (false)
|
||||
{}
|
||||
, lastLen( 0 )
|
||||
{
|
||||
lastMsg[0] = '\0';
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------------
|
||||
// Destructor
|
||||
|
||||
Reference in New Issue
Block a user