EgtGraphics 2.3h1 :

- versione x64 compilata con clang-cl
- correzioni e migliorie suggerite dal nuovo compilatore.
This commit is contained in:
DarioS
2021-08-01 10:51:34 +02:00
parent 4aeb693d22
commit 23e1384e19
5 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ CreateEgrImageMgr( void)
{
// verifico la chiave e le opzioni
if ( ! TestKeyForEGr( GetEGrKey(), 0, GetEGrLogger()))
return false ;
return nullptr ;
// creo l'oggetto
return static_cast<IEgrImageMgr*> ( new(nothrow) ImageMgr) ;
}