EgtMachKernel 1.9k2 :
- aggiunta gestione massimo affondamento di utensile TdbGetCurrToolMaxDepth - for each (.. in ..) sostituito da for ( .. : ..) vero costrutto C++.
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ Processor::VerifySetup( void)
|
||||
|
||||
// gestisco errore
|
||||
string sErr = "Error with setup :" ;
|
||||
for each( const auto& sTmp in vsErr)
|
||||
for ( const auto& sTmp : vsErr)
|
||||
sErr += " " + sTmp ;
|
||||
m_pMchMgr->SetLastError( 1001, sErr) ;
|
||||
return false ;
|
||||
|
||||
Reference in New Issue
Block a user