diff --git a/math/mathcore/inc/Math/ParamFunctor.h b/math/mathcore/inc/Math/ParamFunctor.h index a1177357650b2..b166cf6ecdc3d 100644 --- a/math/mathcore/inc/Math/ParamFunctor.h +++ b/math/mathcore/inc/Math/ParamFunctor.h @@ -25,6 +25,7 @@ //#ifndef __CINT__ //#include +#include "Rtypes.h" #include #include #include @@ -230,7 +231,7 @@ class ParamMemFunHandler : public ParentFunctor::Impl // inline static T EvalConst(PObj & pobj, F * f, const T *x, const double * p) { // return ((*pobj).*f)((T*)x, (double*)p); - + // } // }; @@ -244,8 +245,6 @@ class ParamMemFunHandler : public ParentFunctor::Impl // } // }; - - private : ParamMemFunHandler(const ParamMemFunHandler&); // Not implemented ParamMemFunHandler& operator=(const ParamMemFunHandler&); // Not implemented