]> www.ginac.de Git - ginac.git/blobdiff - ginac/power.cpp
Reviving return_type_tinfo-system.
[ginac.git] / ginac / power.cpp
index 69e3dd7fc968c4545381f8890c95b4cec6badf23..6f6f178de07729254e28e6530455446ed3103abf 100644 (file)
@@ -643,7 +643,7 @@ unsigned power::return_type() const
        return basis.return_type();
 }
 
-const basic* power::return_type_tinfo() const
+tinfo_t power::return_type_tinfo() const
 {
        return basis.return_type_tinfo();
 }