]> www.ginac.de Git - ginac.git/blobdiff - ginac/tensor.h
- New tinfo mechanism
[ginac.git] / ginac / tensor.h
index 0ebfb0f56d76b93633c8a635d30c20e2cf763982..b424cedf4f47f28af1dd6207b78e4b4e75728941 100644 (file)
@@ -37,7 +37,7 @@ class tensor : public basic
 
        // other constructors
 protected:
-       tensor(unsigned ti) : inherited(ti) {}
+       tensor(tinfo_t ti) : inherited(ti) {}
 
        // functions overriding virtual functions from base classes
 protected: