]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STAT/TKDSpline.h
Remove obsolete drawing methods and macros
[u/mrichter/AliRoot.git] / STAT / TKDSpline.h
index a33741ca22b7d14f491ce79dcd708c7afe9697ba..ff606ba5f8a18ad9f541c940853d4e34d62edaa8 100644 (file)
@@ -12,7 +12,7 @@ public:
        TKDSpline(Int_t npoints, Int_t ndim);
 
 private:
-       void            Build();
+       Bool_t          Build(Int_t ndim=0){return Bool_t(ndim);}
        
 protected: