diff --git a/include/matrix4.h b/include/matrix4.h index d46a10b3..6197b7d9 100644 --- a/include/matrix4.h +++ b/include/matrix4.h @@ -277,7 +277,7 @@ namespace core }; template - inline CMatrix4::CMatrix4( CMatrix4::eConstructor constructor ) : definitelyIdentityMatrix(false) + inline CMatrix4::CMatrix4( eConstructor constructor ) : definitelyIdentityMatrix(false) { #if 0 switch ( constructor ) @@ -296,7 +296,7 @@ namespace core } template - inline CMatrix4::CMatrix4( const CMatrix4& other,CMatrix4::eConstructor constructor) : definitelyIdentityMatrix(false) + inline CMatrix4::CMatrix4( const CMatrix4& other, eConstructor constructor) : definitelyIdentityMatrix(false) { #if 0 switch ( constructor )