]> www.ginac.de Git - ginac.git/blobdiff - ginac/ex.h
A better return_type_tinfo() mechanism.
[ginac.git] / ginac / ex.h
index 4a603ce03778d441a9bfb1209cfdb0b3995bce2a..60d4080c7d7cdeaccad22f9baa7cacc2f6464dfd 100644 (file)
@@ -217,7 +217,7 @@ public:
 
        // noncommutativity
        unsigned return_type() const { return bp->return_type(); }
 
        // noncommutativity
        unsigned return_type() const { return bp->return_type(); }
-       tinfo_t return_type_tinfo() const { return bp->return_type_tinfo(); }
+       return_type_t return_type_tinfo() const { return bp->return_type_tinfo(); }
 
        unsigned gethash() const { return bp->gethash(); }
 
 
        unsigned gethash() const { return bp->gethash(); }