set defaut callback (in save) to null

This commit is contained in:
Massimiliano Corsini 2008-04-29 11:51:28 +00:00
parent 7f3c44851e
commit 28a08a4e0c
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.29 2008/01/24 11:54:23 cignoni
passed the callback in the save
Revision 1.28 2007/12/13 00:20:34 cignoni
removed harmless printf cast warnings
@ -180,7 +183,7 @@ static int Save(SaveMeshType &m, const char * filename, int savemask, CallBackP
return Save(m,filename,true,pi,cb);
}
static int Save(SaveMeshType &m, const char * filename, bool binary, PlyInfo &pi, CallBackPos * /* cb=0 */ ) // V1.0
static int Save(SaveMeshType &m, const char * filename, bool binary, PlyInfo &pi, CallBackPos *cb=0) // V1.0
{
FILE * fpout;
int i;