]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STAT/TKDNodeInfo.h
Moving required CMake version from 2.8.4 to 2.8.8
[u/mrichter/AliRoot.git] / STAT / TKDNodeInfo.h
index 304dd4dc20687db073c77659fc7f121e70de96e5..e68822909b893a22dea29a447b53131e7f570cc5 100644 (file)
@@ -22,7 +22,7 @@
 #endif
 
 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;
 class TKDNodeInfo : public TObject