]> www.ginac.de Git - ginac.git/blobdiff - ginac/add.h
A better return_type_tinfo() mechanism.
[ginac.git] / ginac / add.h
index 18f43517ccba195b7aee82e5cd07f0d4c5ccd204..d96e12637e477e0e5f4f2ab20cb795cefb1ad8fe 100644 (file)
@@ -65,7 +65,7 @@ public:
 protected:
        ex derivative(const symbol & s) const;
        unsigned return_type() const;
-       tinfo_t return_type_tinfo() const;
+       return_type_t return_type_tinfo() const;
        ex thisexpairseq(const epvector & v, const ex & oc, bool do_index_renaming = false) const;
        ex thisexpairseq(std::auto_ptr<epvector> vp, const ex & oc, bool do_index_renaming = false) const;
        expair split_ex_to_pair(const ex & e) const;