From 126fcdc6084b53b427f6c5a1750a6d3044ff5144 Mon Sep 17 00:00:00 2001 From: Laurent Van Migroet <l.vanmiegroet@ulg.ac.be> Date: Fri, 5 Feb 2010 00:11:46 +0000 Subject: [PATCH] do not compile on mac os --- contrib/DiscreteIntegration/DILevelset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/DiscreteIntegration/DILevelset.cpp b/contrib/DiscreteIntegration/DILevelset.cpp index 7bfa00bd24..8ecc23a4a4 100644 --- a/contrib/DiscreteIntegration/DILevelset.cpp +++ b/contrib/DiscreteIntegration/DILevelset.cpp @@ -289,7 +289,7 @@ gLevelsetGeneralQuadric::gLevelsetGeneralQuadric (const gLevelsetGeneralQuadric& gLevelsetTools::gLevelsetTools(const gLevelsetTools &lv):gLevelset(lv) { - std::vector<const gLevelset *> &_children=lv.getChildren(); + std::vector<const gLevelset *> _children=lv.getChildren(); unsigned siz=_children.size(); children.resize(siz); for(unsigned i=0;i<siz;++i) -- GitLab