diff --git a/Cgl/src/CglLandP/CglLandPUtils.hpp b/Cgl/src/CglLandP/CglLandPUtils.hpp index 11ddf273..778f6e25 100644 --- a/Cgl/src/CglLandP/CglLandPUtils.hpp +++ b/Cgl/src/CglLandP/CglLandPUtils.hpp @@ -85,7 +85,7 @@ struct Cuts /** resize vector.*/ void resize(unsigned int i) { - cuts_.resize(i, reinterpret_cast (NULL)); + cuts_.resize(i, static_cast (NULL)); } private: /** Stores the number of cuts.*/