- ricompilate versioni a 32bit con v141_xp (VisualStudio 2017 C++ per XP)
- eliminate le correzioni introdotte per compilare con VS2013.
This commit is contained in:
SaraP
2022-05-02 09:54:14 +02:00
parent 29ef15276e
commit 522c48f27e
18 changed files with 40 additions and 170 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ Lib3MFResult ELib3MFInterfaceException::getErrorCode ()
return m_errorCode;
}
const char * ELib3MFInterfaceException::what () const
const char * ELib3MFInterfaceException::what () const noexcept
{
return m_errorMessage.c_str();
}