EgtMachKernel :

- modifiche a salvataggio UserObj per nBaseId.
This commit is contained in:
Dario Sassi
2018-01-30 17:24:49 +00:00
parent 1bddb84bf5
commit e77959816b
18 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ Chiseling::Dump( string& sOut, bool bMM, const char* szNewLine) const
//----------------------------------------------------------------------------
bool
Chiseling::Save( STRVECTOR& vString) const
Chiseling::Save( int nBaseId, STRVECTOR& vString) const
{
try {
int nSize = 1 + m_Params.GetSize() + m_TParams.GetSize() + 2 ;