]> www.ginac.de Git - ginac.git/blobdiff - ginac/indexed.h
A better return_type_tinfo() mechanism.
[ginac.git] / ginac / indexed.h
index 3c8951a1ee4b4af48a7108d01998fb59083cff27..82a45c3441b4e8390b5624e72e2ca49446bad780 100644 (file)
@@ -156,7 +156,7 @@ protected:
        ex thiscontainer(const exvector & v) const;
        ex thiscontainer(std::auto_ptr<exvector> vp) const;
        unsigned return_type() const;
-       tinfo_t return_type_tinfo() const { return op(0).return_type_tinfo(); }
+       return_type_t return_type_tinfo() const { return op(0).return_type_tinfo(); }
        ex expand(unsigned options = 0) const;
 
        // new virtual functions which can be overridden by derived classes