From a98ab6fcd30198848e8286cb83be50ae627be40b Mon Sep 17 00:00:00 2001 From: abercuci Date: Wed, 16 Dec 2009 12:36:06 +0000 Subject: [PATCH] remove compiler warning --- STAT/TKDSpline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STAT/TKDSpline.h b/STAT/TKDSpline.h index 0ee636b6e66..ff606ba5f8a 100644 --- a/STAT/TKDSpline.h +++ b/STAT/TKDSpline.h @@ -12,7 +12,7 @@ public: TKDSpline(Int_t npoints, Int_t ndim); private: - Bool_t Build(Int_t ndim=0){return kTRUE;} + Bool_t Build(Int_t ndim=0){return Bool_t(ndim);} protected: -- 2.39.3