]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STAT/TKDInterpolatorBase.h
o adapt Macro to new TPC structure (Benjamin Hess)
[u/mrichter/AliRoot.git] / STAT / TKDInterpolatorBase.h
index f21e08d1e625646cebf8461cafccf1d465f9b649..3654bea49edd4c1fcd3171a23ae298e93fd91ac6 100644 (file)
@@ -19,7 +19,7 @@
 ///////////////////////////////////////////////////////////////
 
 template <typename Value> class TVectorT;
-typedef struct TVectorT<Double_t> TVectorD;
+typedef class TVectorT<Double_t> TVectorD;
 template <typename Value> class TMatrixT;
 typedef class TMatrixT<Double_t> TMatrixD;
 template <typename Index, typename Value> class TKDTree;