From 004122adc4b72b3757caaf71898e5c705b31019c Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia granzuglia Date: Mon, 16 Nov 2009 11:21:25 +0000 Subject: [PATCH] added return true; in AddSingleMesh --- src/meshlabplugins/filter_plymc/simplemeshprovider.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meshlabplugins/filter_plymc/simplemeshprovider.h b/src/meshlabplugins/filter_plymc/simplemeshprovider.h index 10ae8451f..3f4b611e1 100644 --- a/src/meshlabplugins/filter_plymc/simplemeshprovider.h +++ b/src/meshlabplugins/filter_plymc/simplemeshprovider.h @@ -118,6 +118,7 @@ template meshnames.push_back(meshName); WV.push_back(1); BBV.push_back(Box3f()); + return true; } vcg::Box3f bb(int i) {return BBV[i];}