EgtExecutor 1.6r3 :

- gestito spiazzamento identificativi in PhotoObj (derivato da UserObj).
This commit is contained in:
Dario Sassi
2016-05-17 11:56:31 +00:00
parent 9f5af1e991
commit 9d3a5ecb28
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ PhotoObj::Save( STRVECTOR& vString) const
//----------------------------------------------------------------------------
bool
PhotoObj::Load( const STRVECTOR& vString)
PhotoObj::Load( const STRVECTOR& vString, int nBaseGdbId)
{
if ( int( vString.size()) < NKEY)
return false ;