EgtGeomKernel 2.7k1 :

- aggiustamenti e ricompilazione per passaggio a C++ 20
This commit is contained in:
Dario Sassi
2025-11-01 17:24:43 +01:00
parent b36d919d8f
commit 6dd3ea5cc2
6 changed files with 42 additions and 41 deletions
+1 -1
View File
@@ -1087,7 +1087,7 @@ ExtDimension::Update( void) const
if ( m_nType == DT_RADIAL)
sVal = "R " + sVal ;
else if ( m_nType == DT_DIAMETRAL)
sVal = u8"\u00D8 " + sVal ;
sVal = reinterpret_cast<const char *>( u8"\u00D8") + sVal ;
ReplaceString( m_sCalcText, IS_MEASURE, sVal) ;
}
// punto di inserimento del testo