From 28a08a4e0ca9e937bf8830f8702dac8188ab2607 Mon Sep 17 00:00:00 2001 From: maxcorsini Date: Tue, 29 Apr 2008 11:51:28 +0000 Subject: [PATCH] set defaut callback (in save) to null --- wrap/io_trimesh/export_ply.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wrap/io_trimesh/export_ply.h b/wrap/io_trimesh/export_ply.h index 0a43576e..83217915 100644 --- a/wrap/io_trimesh/export_ply.h +++ b/wrap/io_trimesh/export_ply.h @@ -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;