Include :
- modifiche interfacce - aggiunto manager esecutori.
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ ToString( const Frame3d& frF, int nPrecP = 6, int nPrecV = 9)
|
||||
sBuff += ToString( frF.VersZ().z, nPrecV) ;
|
||||
return sBuff ; }
|
||||
inline const std::string
|
||||
ToString( const Color& cCol)
|
||||
ToString( Color cCol)
|
||||
{ std::string sBuff ;
|
||||
sBuff.reserve( 32) ;
|
||||
sBuff += ToString( cCol.GetIntRed()) ;
|
||||
|
||||
Reference in New Issue
Block a user