Include :

- modifiche interfacce
- aggiunto manager esecutori.
This commit is contained in:
Dario Sassi
2014-03-23 12:39:06 +00:00
parent 6db5b747aa
commit 82b2fcf8ae
11 changed files with 131 additions and 41 deletions
+1 -1
View File
@@ -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()) ;