C++ compiler errors.

This commit is contained in:
Alan Mishchenko 2013-05-04 20:44:28 -07:00
parent cd4043ba7f
commit 7f700af6e2
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ Gia_Man_t * Gia_SweeperCleanup( Gia_Man_t * p, char * pCommLime )
sat_solver_addclause( pSwp->pSat, &iLit, &iLit + 1 );
pSwp->timeStart = clock();
// return the result
pNew = p->pData; p->pData = NULL;
pNew->pData = p->pData; p->pData = NULL;
Gia_ManStop( p );
return pNew;
}