EgtGeomKernel 1.9j4 :

- generalizzato l'uso di override (ovviamente dove va messo).
This commit is contained in:
Dario Sassi
2018-10-25 07:30:14 +00:00
parent 538b5c0928
commit fc00d6273a
15 changed files with 708 additions and 710 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ UserObjDefault::Dump( string& sOut, bool bMM, const char* szNewLine) const
//----------------------------------------------------------------------------
bool
UserObjDefault::Save( STRVECTOR& vString) const
UserObjDefault::Save( int nBaseId, STRVECTOR& vString) const
{
vString = m_vData ;
return true ;